-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_OLD.html
89 lines (89 loc) · 4.7 KB
/
index_OLD.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<link rel="stylesheet" href="./styles/sty1.css">
</head>
<body>
<header>
<title>"My Web Learning Path"</title>
</header>
<div id="mainwrap">
<nav>
<p><a href="index.html">En</a> | <a href="index-es.html">Es</a></p>
</nav>
<div id="div-main-img">
<img src="./media-images/how-design-thinking-transforming-learning-experience-free-ebook.jpg" class="img-centered">
</div>
<div class="text-inlines">
<p>Programming is a very complex subject these days. In fact, we may learn so many languages,
frameworks and still, this "industry" evoles so fast, that probably we may stay a bit off the road in a year or two.
But this is not as impossible as it may seems. As you get the basics in programming you can may a better path and just adapt everything you know to learn a new language or framework. This webpage intends to be a CV with all my formation and works about programming. Feel free to contact me anytime.
</p>
<ul>
<li>FreeCodeCamp <a href="https://freecodecamp.org/" target="_blank"><i>Click here To Visit</i></a></li>
<li>The Odin Project <a href="https://www.theodinproject.com/" target="_blank"><i>Click here To Visit</i></a></li>
</ul>
<p>Click on each image below, to view the completed challenges.</p>
</div>
<div id="menu-container">
<div class="mini-site">
<a href="tribute-rocco-mangieri.html">
<img src="./media-images/site-1.png" class="mini-img">
<p class="mini-p">1st Assignement: Create a Tribute WebPage</p>
</a>
</div>
<div class="mini-site">
<a href="form-simple.html">
<img src="./media-images/site-2.png" class="mini-img">
<p class="mini-p">2nd Assignement: Design a Form Page</p>
</a>
</div>
<div class="mini-site">
<a href="./form-simple-improved.html">
<img src="./media-images/site-3.png" class="mini-img">
<p class="mini-p">Making it better: Design a simple form</p>
</a>
</div>
<div class="mini-site">
<a href="google-search-easy-first.html">
<img src="./media-images/site-4.png" class="mini-img">
<p class="mini-p">3rd Assignement: Design a Google Search Page</p>
</a>
</div>
<div class="mini-site">
<a href="google-search-easy.html">
<img src="./media-images/site-5.png" class="mini-img">
<p class="mini-p">Making it better look: Design a Google Search Page</p>
</a>
</div>
<div class="mini-site">
<a href="./search-challenge-diff.html">
<img src="./media-images/site-6.png" class="mini-img">
<p class="mini-p">4th Assigment: Design a Google Search Results Page</p>
</a>
</div>
<div class="mini-site">
<a href="./guitars-lp.html">
<img src="./media-images/site-7.png" class="mini-img">
<p class="mini-p">5th Assigment: Design a Product Landing Page.</p>
</a>
</div>
<div class="mini-site">
<a href="tech-doc.html">
<img src="./media-images/site-8.png" class="mini-img">
<p class="mini-p">6th Assigment: Design a Technnical documentation page.</p>
</a>
</div>
<!-- <div class="mini-site">
<p>Ipsem Lorem: <a href="">Ipsem Lorem</a></p>
</div> -->
</div>
<footer>
<p class="small-text">Designed by <a href="https://github.com/theghost1980">@Theghost1980</a> Saturno Mangieri</p>
<p class="small-text">Hosted in <a href="https://github.com/">GitHub</a></p>
<p class="small-text">Content credits reflected on CSS file</p>
</footer>
</div>
</body>
</html>