-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (67 loc) · 2.36 KB
/
Copy pathindex.html
File metadata and controls
75 lines (67 loc) · 2.36 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="index.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div id="container">
<header>
<img src="Images/Preston Logo-02.png">
</header>
<main>
<section class ="bio">
<img src="Images/WhatsApp Image 2021-07-31 at 2.50.12 PM (2).jpeg">
<div class="intro">
<div class="namedate">
<h2>Preston Booth</h2>
<time datetime="2021-07-07">9/14/21</time>
</div>
<div class="choose">
<h4>I chose to learn web develpment because:</h4>
<ul>
<li>Code is very infulencial and plays a large part of our daily lives.</li>
<li>There are tons of resources.</li>
<li>I like helping people make their ideas come to life.</li>
<li>The $$$$</li>
</ul>
</div>
</div>
</section>
<section id=tech>
<figure>
<img src="Images/react-1.svg">
<figcaption>I want to learn react to build better webpages.</figcaption>
</figure>
<figure>
<img src="Images/nodejs-icon.svg">
<figcaption>I want to learn node.js to build servers!</figcaption>
</figure>
<figure>
<img src="Images/angular-icon-1.svg">
<figcaption>I want to learn angular to build mobile apps.</figcaption>
</figure>
<figure class="vue">
<img src="Images/vue-9.svg">
<figcaption>I want to learn Vue to build user interfaces.</figcaption>
</figure>
</section>
<section class="excited">
<h2>I am most excited to learn...</h2>
<div>
<h4>Vue.js</h4>
<p>I am most excited to learn vue.js because from my research it seems to be simple, easily integrated, and is very customizable. I think that programs like this save a ton of time and money. I look forward to getting to know all of the different programs that enable me to be more efficeint and effective in my trade. </p>
</div>
<p>test for github 3.0</p>
</section>
</main>
</container>
<footer>
<p>For Educational Purposes by Preston Booth</p>
</footer>
</div>
</body>
</html>