-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.95 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
<!DOCTYPE html>
<html>
<head>
<!-- For Animation-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!-- Icons -->
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- For Favicon -->
<link rel="icon" type="image/ico" href="photos/favicon.ico" />
<!-- <link rel="shortcut icon" href="photos/favicon1.ico" type="image/x-icon"> -->
<title>Zach Robin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400, 400i,700" rel="stylesheet">
<!-- For background -->
<link type="text/css" rel="stylesheet" href="format.css" />
<script type="text/javascript" scr="script.js"></script>
<script>particlesJS();
</script>
</head>
<body>
<br><br><br>
<div id="HomeText">
<!-- <img id="profile" class="animate__animated animate__fadeIn animate__delay-2s" src="photos/zachBW.png" />
<h1 class="animate__animated animate__fadeIn ">Hi, I'm<span style="color:yellow;" class="animate__animated animate__fadeInUp"> Zach Robin</span>. I'm a software engineer. </h1>
<p class="animate__animated animate__fadeIn animate__delay-2s">Recent college grad from <span><a class="textLinks" href="https://www.scu.edu/" target="_blank">SCU</a></span> with a major in computer science and math with a minor in studio art.</p>
-->
<!-- <div id="sexy_line"></div> -->
<div class="animate__animated animate__fadeIn animate__delay-3s">
<!-- <p style="color:var(--primary); bottom:-10px;">Get in touch:</p> -->
<a class="links" href="https://www.linkedin.com/in/zachary-robin/"><i class="lab la-linkedin-in"></i></a>
<a class="links" href="https://github.com/zacharyrobin" target="_blank"><i class="lab la-github"></i></a>
</div>
</div>
<br><br><br>
</body>
</html>