Skip to content

Commit c9a0102

Browse files
author
David H
committed
formatted code, beautify, fixed indentation
1 parent 3b8d203 commit c9a0102

8 files changed

+253
-211
lines changed

about.html

+39-35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -8,56 +9,59 @@
89
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
910
<link rel="stylesheet" href="style.css" />
1011
</head>
12+
1113
<body>
12-
<header>
13-
<h1><img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="HTML 5">The Complete Web Developer in 2018</h1>
14+
<header>
15+
<h1><img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="HTML 5">The Complete Web
16+
Developer in 2018</h1>
1417
<nav>
1518
<ul class="flex">
1619
<li><a href="index.html">Home</a></li>
1720
<li><a href="about.html">What will I learn?</a></li>
1821
<li><a href="register.html">Sign Up</a></li>
19-
</ul>
22+
</ul>
2023
</nav>
2124
</header>
22-
25+
2326
<div class="container1">
24-
<h2>Course Contents</h2>
25-
<ul>
27+
<h2>Course Contents</h2>
28+
<ul>
2629
<li>Introduction</li>
27-
<li>How The Internet Works</li>
28-
<li>History Of The Web</li>
29-
<li>HTML 5</li>
30-
<li>Advanced HTML 5</li>
31-
<li>CSS</li>
32-
<li>Advanced CSS</li>
33-
<li>Bootstrap 4, Templates, And Building Your Startup Landing Page</li>
34-
<li>CSS Grid + CSS Layout</li>
35-
<li>Career Of A Web Developer</li>
36-
<li>Javascript</li>
37-
<li>DOM Manipulation</li>
38-
<li>Advanced Javascript</li>
39-
<li>Command Line</li>
40-
<li>Developer Environment</li>
41-
<li>Git + Github + Open Source Projects</li>
42-
<li>A Day In The Life Of A Developer</li>
43-
<li>NPM + NPM Scripts</li>
44-
<li>React.js + Redux</li>
45-
<li>HTTP/JSON/AJAX + Asynchronous Javascript</li>
46-
<li>Backend Basics</li>
47-
<li>APIs</li>
48-
<li>FINAL PROJECT: SmartBrain Front-End</li>
49-
<li>Node.js + Express.js</li>
50-
<li>FINAL PROJECT: SmartBrain Back-End -- Server</li>
30+
<li>How The Internet Works</li>
31+
<li>History Of The Web</li>
32+
<li>HTML 5</li>
33+
<li>Advanced HTML 5</li>
34+
<li>CSS</li>
35+
<li>Advanced CSS</li>
36+
<li>Bootstrap 4, Templates, And Building Your Startup Landing Page</li>
37+
<li>CSS Grid + CSS Layout</li>
38+
<li>Career Of A Web Developer</li>
39+
<li>Javascript</li>
40+
<li>DOM Manipulation</li>
41+
<li>Advanced Javascript</li>
42+
<li>Command Line</li>
43+
<li>Developer Environment</li>
44+
<li>Git + Github + Open Source Projects</li>
45+
<li>A Day In The Life Of A Developer</li>
46+
<li>NPM + NPM Scripts</li>
47+
<li>React.js + Redux</li>
48+
<li>HTTP/JSON/AJAX + Asynchronous Javascript</li>
49+
<li>Backend Basics</li>
50+
<li>APIs</li>
51+
<li>FINAL PROJECT: SmartBrain Front-End</li>
52+
<li>Node.js + Express.js</li>
53+
<li>FINAL PROJECT: SmartBrain Back-End -- Server</li>
5154
<li>Databases</li>
52-
<li>FINAL PROJECT: SmartBrain Back-End -- Database</li>
53-
<li>Production + Deployment</li>
54-
<li>Where To Go From Here?</li>
55-
<li>Bonus: Part 2 + Extras</li>
55+
<li>FINAL PROJECT: SmartBrain Back-End -- Database</li>
56+
<li>Production + Deployment</li>
57+
<li>Where To Go From Here?</li>
58+
<li>Bonus: Part 2 + Extras</li>
5659
<li>Extra: For Windows Users</li>
5760
</ul>
5861
</div>
5962
<footer>
6063
Made by <span>Tatyana K.</span> &copy; All right reserved ;)
6164
</footer>
6265
</body>
63-
</html>
66+
67+
</html>

angularInfoPage.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<html>
2+
23
<head>
34
<title>Angular</title>
45
</head>
6+
57
<body>
68
<h1>The page is gonna be prepared in a couple of days</h1>
79
</body>
10+
811
</html>

index.html

+75-66
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,110 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<meta http-equiv="X-UA-Compatible" content="ie=edge">
78
<title>HTML5</title>
8-
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
9+
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
910
<link rel="stylesheet" href="style.css" />
10-
11+
1112
</head>
13+
1214
<body>
13-
<header>
14-
<h1><img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="HTML 5">Web Development - Zero to Mastery</h1>
15-
<img src="">
15+
<header>
16+
<h1><img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="HTML 5">Web Development - Zero to
17+
Mastery</h1>
18+
<img src="">
1619
<nav>
1720
<ul class="flex">
1821
<li><a href="index.html">Home</a></li>
1922
<li><a href="about.html">What will I learn?</a></li>
2023
<li><a href="register.html">Sign Up</a></li>
21-
</ul>
24+
</ul>
2225
</nav>
2326
</header>
2427
<div class="container">
2528
<main>
2629
<br>
2730
<h1>Why I take this course?</h1>
2831
<p>I want to work as a web developer of the highest level ..<br>
29-
There are many things that I know and know how to do them perfectly,<br>
30-
but I want to expand my skills and do more ..<br>
31-
I want to learn REAL industry skills that are necessary in 2019 ..
32+
There are many things that I know and know how to do them perfectly,<br>
33+
but I want to expand my skills and do more ..<br>
34+
I want to learn REAL industry skills that are necessary in 2019 ..
3235
</p>
3336

3437
<p>Sooo hope that this course will help me to succeed ..</p>
3538

36-
37-
<div id='picbox'><img id="descriptionimg" src="https://pocketnow.com/wp-content/uploads/2017/01/PN-Complete-Web-Programming.jpg"></div>
39+
40+
<div id='picbox'><img id="descriptionimg"
41+
src="https://pocketnow.com/wp-content/uploads/2017/01/PN-Complete-Web-Programming.jpg"></div>
3842
</main>
3943
<aside>
4044
<br>
41-
<h1>Software Development Technologies:</h1>
42-
<ul class='ulone'>
43-
<li class="skills">
44-
<img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="HTML 5">
45-
<a href="https://www.w3schools.com/html/html5_intro.asp"/> HTML 5</a>
46-
</li>
47-
<li class="skills">
48-
<img src="https://juststickers.in/wp-content/uploads/2014/05/CSS3-Mark-Shape-Cut.png" alt="CSS 3">
49-
<a href="https://www.w3schools.com/css/"> CSS 3</a>
50-
</li>
51-
<li class="skills">
52-
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Boostrap_logo.svg/440px-Boostrap_logo.svg.png" alt="Bootstrap 4">
53-
<a href="https://www.w3schools.com/bootstrap4/"> Bootstrap 4 </a>
54-
</li>
55-
<li class="skills" id="javascript" onclick="javaScriptCategorySelected()">
56-
<img src="https://www.easyprogramming.net/logo/js.png" alt="Pure JavaScript/">
57-
<a href="https://www.w3schools.com/js/">JavaScript </a>
58-
</li>
59-
<li class="skills">
60-
<img src="https://raw.githubusercontent.com/rexxars/react-hexagon/HEAD/logo/react-hexagon.png" alt="react">
61-
<a href="https://reactjs.org/"> React </a>
62-
</li>
63-
<li class="skills">
64-
<img src="http://ronvalstar.nl/wordpress/wp-content/uploads/git-icon.svg" alt="Git + Github">
65-
<a href="https://github.com/zero-to-mastery/start-here-guidelines"> Git + Github </a>
66-
</li>
67-
</ul>
68-
<ul class='ultwo'>
69-
<li class="skills">
70-
<img src="https://seeklogo.com/images/P/python-logo-A32636CAA3-seeklogo.com.png" alt="Python">
71-
<a href="https://www.python.org/"> Python </a>
72-
</li>
73-
<li class="skills">
74-
<img src="https://nodejs.org/static/images/logos/nodejs-new-pantone-black.png" alt="Node.js">
75-
<a href="https://www.w3schools.com/nodejs/nodejs_intro.asp"> Node Js </a>
76-
</li>
77-
<li class="skills">
78-
<img src="http://webodile.com/wp-content/uploads/2017/12/expressjslogo.png" alt="Express js" style="background: #333;"><a href="https://www.tutorialspoint.com/expressjs/">Express js </a>
79-
</li>
80-
<li class="skills">
81-
<img src="https://avatars2.githubusercontent.com/u/6078720?s=400&amp;v=4" alt="NPM">
82-
<a href="https://www.w3schools.com/nodejs/nodejs_npm.asp"> NPM</a>
83-
</li>
84-
<li class="skills">
85-
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Postgresql_elephant.svg/1000px-Postgresql_elephant.svg.png" alt="PostgresSQL">
86-
<a href="https://www.tutorialspoint.com/postgresql/"> PostgresSQL </a>
87-
</li>
88-
<li class="skills">
89-
<img src="https://crmtipoftheday.com/wp-content/uploads/2017/10/Database-250x250.png" alt="SQL">
90-
<a href="https://www.w3schools.com/sql/"> SQL </a>
91-
</li>
92-
</ul>
45+
<h1>Software Development Technologies:</h1>
46+
<ul class='ulone'>
47+
<li class="skills">
48+
<img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" alt="HTML 5">
49+
<a href="https://www.w3schools.com/html/html5_intro.asp" /> HTML 5</a>
50+
</li>
51+
<li class="skills">
52+
<img src="https://juststickers.in/wp-content/uploads/2014/05/CSS3-Mark-Shape-Cut.png" alt="CSS 3">
53+
<a href="https://www.w3schools.com/css/"> CSS 3</a>
54+
</li>
55+
<li class="skills">
56+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Boostrap_logo.svg/440px-Boostrap_logo.svg.png"
57+
alt="Bootstrap 4">
58+
<a href="https://www.w3schools.com/bootstrap4/"> Bootstrap 4 </a>
59+
</li>
60+
<li class="skills" id="javascript" onclick="javaScriptCategorySelected()">
61+
<img src="https://www.easyprogramming.net/logo/js.png" alt="Pure JavaScript/">
62+
<a href="https://www.w3schools.com/js/">JavaScript </a>
63+
</li>
64+
<li class="skills">
65+
<img src="https://raw.githubusercontent.com/rexxars/react-hexagon/HEAD/logo/react-hexagon.png"
66+
alt="react">
67+
<a href="https://reactjs.org/"> React </a>
68+
</li>
69+
<li class="skills">
70+
<img src="http://ronvalstar.nl/wordpress/wp-content/uploads/git-icon.svg" alt="Git + Github">
71+
<a href="https://github.com/zero-to-mastery/start-here-guidelines"> Git + Github </a>
72+
</li>
73+
</ul>
74+
<ul class='ultwo'>
75+
<li class="skills">
76+
<img src="https://seeklogo.com/images/P/python-logo-A32636CAA3-seeklogo.com.png" alt="Python">
77+
<a href="https://www.python.org/"> Python </a>
78+
</li>
79+
<li class="skills">
80+
<img src="https://nodejs.org/static/images/logos/nodejs-new-pantone-black.png" alt="Node.js">
81+
<a href="https://www.w3schools.com/nodejs/nodejs_intro.asp"> Node Js </a>
82+
</li>
83+
<li class="skills">
84+
<img src="http://webodile.com/wp-content/uploads/2017/12/expressjslogo.png" alt="Express js"
85+
style="background: #333;"><a href="https://www.tutorialspoint.com/expressjs/">Express js </a>
86+
</li>
87+
<li class="skills">
88+
<img src="https://avatars2.githubusercontent.com/u/6078720?s=400&amp;v=4" alt="NPM">
89+
<a href="https://www.w3schools.com/nodejs/nodejs_npm.asp"> NPM</a>
90+
</li>
91+
<li class="skills">
92+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Postgresql_elephant.svg/1000px-Postgresql_elephant.svg.png"
93+
alt="PostgresSQL">
94+
<a href="https://www.tutorialspoint.com/postgresql/"> PostgresSQL </a>
95+
</li>
96+
<li class="skills">
97+
<img src="https://crmtipoftheday.com/wp-content/uploads/2017/10/Database-250x250.png" alt="SQL">
98+
<a href="https://www.w3schools.com/sql/"> SQL </a>
99+
</li>
100+
</ul>
93101
</aside>
94102
</div>
95103
<footer>
96104
Made by Tatyana K. &copy; All right reserved ;)
97105
</footer>
98-
99-
<script type="text/javascript" src="script.js"></script>
106+
107+
<script type="text/javascript" src="script.js"></script>
100108
</body>
101-
</html>
109+
110+
</html>

0 commit comments

Comments
 (0)