-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.74 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
<html>
<head>
<title>Joseph Simonian</title>
<link rel="icon" type="image/png" href="./images/favicon.png" sizes="16x16">
<link href='http://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="./main.css" media="screen">
<link rel="stylesheet" href="./font-awesome/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="./main.js"></script>
</head>
<body>
<div id="bg">
<img src="./images/skylinegrad.png" alt="Hi, I'm Joseph!"></img>
</div>
<div id="main">
<!-- <div class="arrow">
<i class="fa fa-chevron-up"><p>Blog</p></i>
<i class="fa fa-chevron-up"><p>CS 61A</p></i>
</div> -->
<header>
<h1>Joseph Simonian</h1>
<p>Cal CS and Stats, Data Enthusiast</p>
</header>
<div id="social-links">
<a href="https://www.facebook.com/joseph.simonian">
<i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/JoeNSimon">
<i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/josephsimonian">
<i class="fa fa-linkedin"></i></a>
<a href="https://github.com/jsimonian">
<i class="fa fa-github"></i></a>
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o"></i></a>
</div>
</div>
<!-- <p>San Francisco skyline by <a href="http//www.dennisgoedegebuure.com" >DennisG</a> <a href="http://thenextcorner.net/pictures/"> TNC Pics</a> under <a href="http://creativecommons.org/licenses/by-nd/2.0/" rel="nofollow">creative commons 2.0</a></p> -->
</body>
</html>