-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (77 loc) · 2.66 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html lang = "en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity=" sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<meta charset = "utf-8">
<link rel="stylesheet" type="text/css" href="./css/head.css">
<title>Anh Tai Tran</title>
</head>
<body>
<!-- static navigation bar -->
<div class = "navbar" style ="height:60px;width:100%"><ul>
<li><a class = "nav-item nav-link" href = "#home">Home</a></li>
<li><a class = "nav-item nav-link" href = "#about">About</a></li>
<li><a class = "nav-item nav-link" href = "#projects">Projects</a></li>
<li><a class = "nav-item nav-link" href = "#contact">Contact</a></li>
</ul></div>
<!-- background image-->
<div class = "section fp-auto-height-responsive home" id = "home">
<img src="./images/suaflower.jpg" alt = "My background"></img>
</div>
<!-- About -->
<div class = "section fp-auto-height-responsive home" id = "about"
style="background-color:#EEEEC3">
<img src="./images/tourist.jpg" alt = "My portrait"
style="border-radius:50%;height:100%;width:200px;">
<h1>
Hi there,
</h1>
<p>
I am Tran Anh Tai who is currently an undergraduate student studied in
<strong>Nanyang Technological University</strong> with major in <strong>Computer Science</strong>
</p>
</div>
<!-- my projects -->
<!-- personal Contact -->
<div class = "section fp-auto-height-responsive contact" id = "contact" style="height:100%;position:relative;">
<h1>
Here is my contact:
</h1>
<div style="position:center">
<a http-equiv="refresh" href= "https://www.facebook.com/profile.php?id=100004670776578"
target = "_blank">
My Facebook
</a>
</div>
<div title="Linkedin">
<a http-equiv="refresh" href = "https://www.linkedin.com/in/tran-anh-tai-7b8aa2173/"
target = "_blank">
My Linkedin
</a>
</div>
<div title="Github">
<a http-quiv="refresh" href = "https://github.com/saobangmath"
target="_blank">
My Github
</a>
</div>
</div>
<!-- my resume -->
<div>
<p>Also Checkout my resume: </p>
<a href = "./upload/Tran_Anh_Tai.pdf" target = "_blank">
My Resume
</a>
</div>
<a href="#home">
<div class="center-wrap" style = "position:right">
<div class = "center">
<img src = "./images/up.png" alt="up" id = "up_arrow"></img>
</a>
</body>
<!-- external js scripts -->
<script src = "./js/scripts.js"></script>
</html>