-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (60 loc) · 2.67 KB
/
Copy pathindex.html
File metadata and controls
67 lines (60 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<title>Brandon Soong</title>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="icon" type="image/png" href="/Icons/favicon.ico">
</head>
<body class=Gradient>
<header class="header">
<div class="nav-container">
<h1 class="logo">Brandon Soong</h1>
<nav class="nav-tabs">
<a href="#home" class="nav-tab active" data-tab="home">Home</a>
<a href="projects/projects.html" class="nav-tab" data-tab="projects">Projects</a>
</nav>
</div>
</header>
<main class="main-content">
<div class="centerpiece">
<img class="centerpiece-image" src="Icons/IMG_8724.JPG" alt="Brandon at a cafe" />
<div class="intro-text">
<h2>Full Stack Engineer</h2>
<ul class="intro-list">
<p>Welcome to my portfolio website! Hosted on Github Pages.</p>
<li>Stevens Institute of Technology Graduate</li>
<li>Avid Knicks Fan</li>
<li>Proud Cat Dad</li>
</ul>
</div>
</div>
</main>
<section class="social-section">
<h3>Connect with me</h3>
<div class="Contacts">
<a href="https://www.facebook.com/brandon.soong.9" aria-label="Facebook">
<img src="Icons/Facebook.png" alt="Facebook">
</a>
<a href="https://www.linkedin.com/in/brandon-soong-318b19162/" aria-label="LinkedIn">
<img src="Icons/LinkedIn.png" alt="LinkedIn">
</a>
<a href="https://www.instagram.com/bsoong99/" aria-label="Instagram">
<img src="Icons/Instagram.png" alt="Instagram">
</a>
<a href="https://twitter.com/bsoongg/" aria-label="Twitter">
<img src="Icons/Twitter.png" alt="Twitter">
</a>
<a href="https://github.com/Bsoong" aria-label="GitHub">
<img src="Icons/Github.png" alt="GitHub">
</a>
</div>
<div class="button_cont">
<a class="a1" href="https://docs.google.com/document/d/1xVGDN7O_gfJF2uxof5SlQz95ssRpTjQLi5lAy15MQpU/edit?usp=sharing" target="_blank" rel="nofollow noopener"><strong>Resume</strong></a>
<a class="a2" href="mailto:bsoong99@gmail.com" target="_blank" rel="nofollow noopener"><strong>Email</strong></a>
</div>
</section>
</body>
</html>