1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < link rel ="icon " href ="./favicon.png " />
6+ < title > Web Dev Book 📚</ title >
7+ < link rel ="stylesheet " type ="text/css " href ="index.css ">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9+ </ head >
10+
11+ < body >
12+ < div class ="header ">
13+ < div class ="logo ">
14+ < img src ="./favicon.png " />
15+ </ div >
16+ < h1 >
17+ Web Dev Book 📚
18+ </ h1 >
19+ < h3 > Here is a list of websites and resources to begin your developer journey! </ h3 >
20+ </ div >
21+ < div class ="topnav ">
22+ < a href ="./index.html "> Home 🏡</ a >
23+ < a href ="./codeequip.html "> Code equipment 💼 </ a >
24+ < a href ="./links.html "> Links and resources 🔗</ a >
25+ < a href ="./js.html "> JavaScript Links.</ a >
26+ < a href ="./html.html "> HTML Links.</ a >
27+ < a href ="./css.html "> CSS Links.</ a >
28+ </ div >
29+
30+
31+ < div class ="row ">
32+ < div class ="leftcolumn ">
33+ < div class ="card ">
34+ < h2 >
35+ What can you do if you are a software engineer? 🤷♀️🤷
36+ </ h2 >
37+ < h3 >
38+ See the list below:
39+ </ h3 >
40+ < img src ="./images/mindmap.jpg " width ="950 " height ="480 " />
41+ </ h3 >
42+ < p >
43+ < ul >
44+ < li > Create websites! 🌐</ li >
45+ < li > Create life changing apps! 📱</ li >
46+ < li > Learn multiple languages! 👩💻👨💻</ li >
47+ < li > Create your own games! 🎮🕹️</ li >
48+ < li > Learn a new life skill...</ li >
49+ </ ul >
50+ </ p >
51+ </ div >
52+
53+ < div class ="card ">
54+ < h2 >
55+ What mindset an aspiring software engineer needs to be equipped with 🧠:
56+ </ h2 >
57+ < h3 >
58+ < i > It's not just code you need to get your head around 💫 ...</ i >
59+ </ h3 >
60+ < img src ="./images/software-engineer-skills.png " style ="height:500px; " />
61+ < p >
62+ < ul >
63+ < li > You need the endurance to complete a task. ✔️</ li >
64+ < li > You need the time to complete a code task. ⌚ </ li >
65+ < li > You need to be able to work well with others. 👊</ li >
66+ < li > You need to be able to set reasonable targets. 🎯</ li >
67+ < li > You should have a love and passion for the modern world of technology! ⚙️</ li >
68+ < li > Be confident with mathematics! ➗➖</ li >
69+ </ ul >
70+ </ p >
71+ </ div >
72+ </ div >
73+ < div class ="rightcolumn ">
74+ < div class ="card ">
75+ < h2 >
76+ Our personal Favourite resource... 🤩
77+ </ h2 >
78+ < img src ="./images/w3.jpg " style ="height: 200px; width: 275px; " />
79+ < h3 > With all the code examples, and docs, see here:</ h3 >
80+ < a href ="https://www.w3schools.com/ " class ="button "> W3 Schools</ a >
81+ </ div >
82+ < div class ="card ">
83+ < h3 >
84+ See the official documentation:
85+ </ h3 >
86+ < p > Want to see the latest releases in documentation? Click the image below for mozilla web docs!</ p >
87+ < a href ="https://developer.mozilla.org/en-US/ "> < img src ="./images/mozilla.jpg " /> </ a >
88+ < h3 >
89+ See frequently asked code questions...
90+ </ h3 >
91+ < p > Stackoverflow, the home of code questions!</ p >
92+ < a href ="https://stackoverflow.com/ "> < img src ="./images/stackoverflow.png " /> </ a >
93+ < h3 > Welcome to your coding journey! 🎒</ h3 >
94+ < p > Enjoy learning to code!</ p >
95+
96+ < img src ="./images/enjoy.png " />
97+
98+ </ div >
99+ </ div >
100+ </ div >
101+ < div class ="footer ">
102+ < img src ="./favicon.png " style ="height: 100px; width: 100px; float: left; " />
103+ < h2 >
104+ Web Dev Book!
105+ </ h2 >
106+ </ div >
107+ </ body >
108+
109+ </ html >
0 commit comments