-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (58 loc) · 3.19 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
72
<!DOCTYPE html>
<html>
<head>
<title>Matthew.</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Nav -->
<div id="navbar">
<ul>
<li><a href="index.html">Matthew<span style="color: #EA701F">.</span></a></li>
<li style="float: right"><a href="resume.html">Resume</a></li>
</ul>
</div>
<br>
<div id="header">
<h1>Hey! I Am<br>Matthew Van Dyke</h1>
<h3>Santa Clara University | Web Design and Engineering</h3>
</div>
<br><br><br>
<div id="middle">
<!-- About Me -->
<div class="column">
<div class="image">
<img src="me.jpg" id="pics" width="400px" height="450px" alt="Matthew Van Dyke standing in front of a green background">
<div class="bottom-left">Matthew Van Dyke</div>
</div>
<div class="content-right">
<h2>A Little About Me</h2>
<p>I am originally from Oakdale, CA where I graduated from Oakdale High School. I am currently a freshman attending Santa Clara University, majoring in Web Design and Engineering. My passion for web development started my freshman year of high school when I took an introduction course to HTML online. Outside of school and developing websites, you can find me swimming, lifeguarding, or doing hanging out near the water.</p>
<a href="resume.html">➤ Resume</a>
</div>
</div>
<br>
<!-- Work Together -->
<div class="column">
<div class="content-left">
<h2>Let's Work Together</h2>
<p>In November of 2021, I started a website development company, Streamline Development. Through Streamline Development, I offer website development, website design, graphic design, and social media management. I have worked with various schools in Oakdale to help them completely redo their websites. My clients have included Oakdale Aquatics, Oakdale High School, East Stanislaus High School, and more. Visit Streamline Development to view past work and connect.</p>
<a href="http://streamlinedev.org/" target="_blank">➤ Streamline Development</a>
</div>
<div class="image">
<img src="streamline.png" id="pics" width="400px" height="450px" alt="Streamline Development's logo">
</div>
</div>
<!-- Footer -->
<hr>
<footer>
<img src="memoji.PNG" width="60px" height="60px" alt="Matthew memoji">
<p style="float: right;"><span style="color:#EA701F">©</span> Matthew Van Dyke</p>
</footer>
</div>
</body>
</html>