Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IEP-1253: Welcome page ESP-IDF Manager link added #1041

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
159 changes: 92 additions & 67 deletions bundles/com.espressif.idf.ui/go.css
Original file line number Diff line number Diff line change
@@ -1,68 +1,93 @@
.page-style {
text-align: center;
margin-top: 100px;
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #fff;
margin: 0;
padding: 0;
}

.content {
text-align: center;
padding: 50px 20px;
margin-right: 220px; /* Leave space for the sidebar */
}

#icon {
width: 200px; /* Increase the logo size */
}

h2 {
font-size: 24px;
margin: 20px 0;
}

p {
font-size: 16px;
line-height: 1.5;
max-width: 600px;
margin: 0 auto 30px; /* Center align and add space below */
}

.esp-idf-button {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
border: 2px solid #000;
background-color: #fff;
color: #000; /* Text color */
cursor: pointer;
border-radius: 5px;
text-align: center;
margin-top: 20px;
text-decoration: none; /* Remove underline */
}

.esp-idf-button:hover {
background-color: #f0f0f0; /* Slight hover effect */
}

.sidebar {
position: fixed;
right: 0;
top: 100px; /* Adjust based on how much space you want at the top */
width: 200px;
padding: 20px;
background-color: #fff;
border-left: 1px solid #ccc;
}

.sidebar h2 {
font-size: 18px;
margin-bottom: 10px;
}

.sidebar ul {
list-style-type: none;
padding: 0;
margin: 0 0 20px 0;
}

.sidebar ul li {
margin-bottom: 10px;
}

.sidebar ul li a {
text-decoration: none;
color: #007bff;
font-size: 14px;
}

.sidebar ul li a:hover {
text-decoration: underline;
}

#footer {
text-align: center;
font-size: 12px;
color: gray;
margin-top: 40px;
padding: 20px 0;
width: 100%;
position: fixed;
bottom: 0;
background-color: #fff;
}
body > div.page-style {
padding-left: 30%;
padding-right: 30%;
}
#title {
margin-top: 3%;
width: 50%;
}
#icon {
width: 50%;
}
#copyright {
color: gray;
font-size: medium;
text-align: right;
}
.content {
margin-left: 2%;
margin-right: 2%;
padding-right: 10%;
padding-left: 10%;
font-size: large;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.content-help {
margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-right: 10%;
padding-left: 10%;
}
.body {
background: #fff;
}
.icon {
margin: 5%;
}
.icon-help {
margin: 1%;
}
.link {
display: block;
height: 100%;
}
.button {
background: #fff;
transition: all 200ms;
}
.button:hover {
background: gainsboro;
}
.header {
padding: 2%;
padding-left: 5%;
padding-right: 5%;
}
.help-header {
padding-left: 5%;
padding-right: 5%;
}
.fill {
width: auto;
}

59 changes: 30 additions & 29 deletions bundles/com.espressif.idf.ui/index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Espressif-IDE</title>
<link rel="stylesheet" href="go.css" type="text/css" />
<body class="body">
<div class="content">
<img id="icon" src="icons/esp.png"></img>
<h2>Welcome to Espressif-IDE</h2>
<p>
Espressif-IDE brings developers an easy-to-use Eclipse based development environment for developing ESP32 based IoT applications. It provides better tooling capabilities, which simplifies and enhances standard Eclipse CDT for developing and debugging ESP32 IoT applications. It offers advanced editing, compiling, flashing and debugging features with the addition of Installing the tools, SDK configuration and CMake editors.
</p>
It supports ESP-IDF CMake based projects (4.x and above) with ESP32, ESP32-S, ESP32-C, ESP32-H and ESP32-P Series SoCs.
</ul>
<h2>What's New?</h2>
<ul>
<a href="https://github.com/espressif/idf-eclipse-plugin/releases">Espressif-IDE Releases</a>
</ul>
<h2>Documentation</h2>
<ul>
<a href="https://github.com/espressif/idf-eclipse-plugin#espressif-idf-eclipse-plugins">Espressif-IDE Guide</a>
</ul>
<ul>
<a href="https://docs.espressif.com/projects/esp-idf/en/latest/index.html">ESP-IDF Programming Guide</a>
</ul>
<ul id="copyright">
© Espressif Systems 2024 </li>
</ul>
</div>
</body>
</html>
<head>
<meta charset="utf-8">
<title>Espressif-IDE</title>
<link rel="stylesheet" href="go.css" type="text/css">
</head>
<body class="body">
<div class="content">
<img id="icon" src="icons/esp.png" alt="Espressif Logo">
<h2>Welcome to Espressif-IDE</h2>
<p>
Espressif-IDE brings developers an easy-to-use Eclipse-based development environment for developing ESP32-based IoT applications. It provides better tooling capabilities, which simplifies and enhances standard Eclipse CDT for developing and debugging ESP32 IoT applications.
</p>
<a href="http://org.eclipse.ui.intro/execute?command=com.espressif.idf.ui.espidfmanager" class="esp-idf-button">ESP-IDF Manager</a>
</div>
<div class="sidebar">
<h2>What's New?</h2>
<ul>
<li><a href="https://github.com/espressif/idf-eclipse-plugin/releases">Espressif-IDE Releases</a></li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/espressif/idf-eclipse-plugin#espressif-idf-eclipse-plugins">Espressif-IDE Guide</a></li>
<li><a href="https://docs.espressif.com/projects/esp-idf/en/latest/index.html">ESP-IDF Programming Guide</a></li>
</ul>
</div>
<div id="footer">
© Espressif Systems 2024
</div>
</body>
</html>
Loading