-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
43 lines (42 loc) · 1.78 KB
/
index_old.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
<!DOCTYPE html>
<html>
<head>
<title> Thinh Phan </title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css"></style>
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body class="home">
<div class="page">
<img src="me.jpg" alt="author thumb" class="dot">
<h1>Thinh Phan</h1>
<nav>
<ul>
<li>
<a class="page-scroll" href="#about"> About Me </a>
</li>
<li>
<a class="page-scroll" href="#latest-post"> Projects </a>
</li>
</ul>
</nav>
<footer>
<a href="https://www.linkedin.com/in/thinhpq" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a href="" target="_blank">
<i class="fa fa-file-text-o"></i>
</a>
<a href="http://github.com/ThinhPhan" target="_blank">
<i class="fa fa-github"></i>
</a>
</footer>
</div>
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<canvas id="constellation"></canvas>
<!-- <script src="https://raw.githubusercontent.com/processing-js/processing-js/v1.4.8/processing.min.js"></script> -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<!-- <script type="text/javascript" src="constellation.js"></script> -->
<body>
</html>