-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (64 loc) · 2.88 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Noah Blochowitz</title>
<link rel="stylesheet" href="recources/css/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&display=swap" rel="stylesheet">
</head>
<body>
<div class="">
<div class="centerFlex" id="header">
<a href="./contactPage.html">Contact Me</a>
</div>
</div>
<div class="container">
<div class="centerFlex" id="introBlock">
<h1>Developer in Training & Fulltime Precision Agromonist</h1>
<h2>Learning how to design and code, with a passion for agriculture</h2>
<h3>Web development skills + First hand knowlege of practical agriculture === ???</h3>
<img id="computerOpening" src="./recources/media/images/tianyi-ma-WiONHd_zYI4-unsplash.jpg" alt="">
</div>
</div>
<div class="container">
<div class="centerFlex" id="aboutMe">
<h2>Hi, I'm Noah.</h2>
<p>I have a passion for making useful tools that can make every day task easier and more efficient. I’m naturally curious and driven to find new challenges, which contributed to the start of my journey in web development.</p>
</div>
</div>
<div class="container">
<div class="projectGrid">
<h1 id="gridHeader">Skills and Recent Work</h1>
<div class="skills" id="">
<h2>Full-Stack Engineer</h2>
<h3>Languages:</h3>
<p>HTML, CSS, JavaScript</p>
<h3>Development Tools:</h3>
<ul>
<li>Visual Studio</li>
<li>Github</li>
<li>Terminal</li>
<li>Adobe XD</li>
</ul>
</div>
<div class="project" id="one">
<p>project one</p>
</div>
<div class="project" id="two">
<p>project two</p>
</div>
<div class="project" id="three">
<p>project three</p>
</div>
<div class="project" id="four">
<p>project four</p>
</div>
</div>
</div>
<div class="container">
<div class="centerFlex" id='footer'>
<span>Photo by <a href="https://unsplash.com/@tma?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Tianyi Ma</a> on <a href="https://unsplash.com/s/photos/computer?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></span>
</div>
</div>
</body>
</html>