Create Index.html

To the site [in progress]
pull/207/head
PabloJuan255 5 years ago committed by GitHub
parent b47cf8261f
commit ed8237bbb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>App Ideas</title>
<style>
body{
font-family: Arial;
background-color: yellow;
}
</style>
</head>
<body>
<h1>App Ideas</h1>
<h3>ave you ever wanted to build something but you had no idea what to do? Just as authors sometimes have "writers block" it's also true for developers.</h2>
<hr style="border: solid;">
<h1><ul>These applications are:</h1>
<h3><li>great for improving your coding skills 💪</li>
<li>great for experimenting with new technologies 🆕;</li>
<li>great for adding to your portfolio to impress your next employer/client 📁;</li>
<li>great for using as examples in tutorials (articles or videos) 📃;</li>
<li>easy to complete and also easily extendable with new features 👌;</li></ul></h3>
</ul>
<hr style="border: solid;">
<h1>Projects</h1>
<h2>
<table style="border: solid;">
<tr>
<td style="border: solid;"><a href="https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Calculator-App.md">Calculator</a></td>
<td style="border: solid;">A Calculator App</td>
</tr>
<tr>
<td style="border: solid;"><a href="https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Border-Radius-Previewer.md">Border Radius Previewer</a></td>
<td style="border: solid;">A CSS Border Radius Previewer</td>
</tr>
</table>
</h2>
</body>
</html>
Loading…
Cancel
Save