-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
65 lines (59 loc) · 2.42 KB
/
Copy pathabout.html
File metadata and controls
65 lines (59 loc) · 2.42 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link rel="icon" href="resources/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
<title>Sander Susee</title>
</head>
<body>
<div class="topnav">
<ul>
<a href="index.html"><img src="resources/logo.PNG" alt="logo" width="134" height="93"></a>
<li><a href="contact.html">Contact</a></li>
<li><a href="resources/Alexander Susee Resume.pdf" target="_blank">Resume</a></li>
<li><a href="about.html">About</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
<div class="flexboxabout">
<div>
<section class="flextitle">Home</section>
I grew up in Puyallup Washington, a city 45 minutes South of Seattle<br>
<img src="resources/puyallup.jpg" alt="puyallup" width="350" height="262.5">
</div>
</div>
<div class="flexboxabout">
<div>
<section class="flextitle">School</section>
I study Computer Science at Gonzaga University #GoZags<br>
<img src="resources/gonzaga.jpg" alt="gonzaga" width="350" height="219.1">
</div>
</div>
<div class="flexboxabout">
<div>
<section class="flextitle">Study Abroad</section>
For 6 months I took my studies abroad to Gonzaga's campus in Florence<br>
<img src="resources/florence.jpg" alt="florence" width="350" height="262.4">
</div>
</div>
<div class="flexboxabout">
<div>
<section class="flextitle">Family</section>
For a few years my family lived in Dubai, so I visited the city often<br>
<img src="resources/dubai.jpg" alt="dubai" width="350" height="350">
</div>
</div>
<div class="footer">
Site Created by Me<br>
<a href="https://www.instagram.com/sandersusee/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/SanderSusee" target="_blank"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.linkedin.com/in/alexander-susee-08b3b5134/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/sandersusee" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="mailto:sandersuz3@gmail.com" target="_blank"><i class="fas fa-envelope-square"></i></a>
</div>
</body>
</html>