-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (102 loc) · 4.78 KB
/
index.html
File metadata and controls
113 lines (102 loc) · 4.78 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--favicon here-->
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css">
<link rel="stylesheet" href="stylesheets/styles.css">
<link href="https://fonts.googleapis.com/css?family=Amatic+SC|Raleway " rel="stylesheet">
<title>Welcome to NDVIET.ORG</title>
<link rel="icon" type="image/x-icon" href="/img/logo.ico">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="purple darken-4 flex-center-container">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about-me">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul><!--end ul-->
</nav><!--end nav-->
<div class="landing-page" id="#">
<h1 id="title">Hi there! Welcome to NDVIET.ORG</h1>
</div><!--end landing-page-->
<div class="container">
<section class="hidden-section scrollspy" id="about-me">
<h1>About me</h1>
</section><!--end about-me-->
<svg width="100%" height="10vh" viewBox="0 0 20 5" preserveAspectRatio="none">
<polygon fill=white fill-opacity="0.5" points="20,0 0,5 0,0" />
</svg>
<section class="hidden-section scrollspy" id="skills">
<h1>Skills</h1>
</section><!--end skills-->
<svg width="100%" height="10vh" viewBox="0 0 20 5" preserveAspectRatio="none">
<polygon fill=white fill-opacity="0.5" points="0,0 20,0 20,5" />
</svg>
<section class="hidden-section scrollspy" id="projects">
<h1>Projects</h1>
<div class="flex-center-container flex-column">
<div class="main-text">
<p class="center-align"><a href="https://github.com/ndviet" target="_blank">Source code repository</a></p>
</div><!--end main-text-->
<div class="main-text">
<p class="center-align"><a href="https://mvnrepository.com/artifact/org.ndviet" target="_blank">Maven repository</a></p>
</div><!--end main-text-->
<div class="main-text">
<p class="center-align"><a href="/charts" target="_blank">Helm Charts repository</a></p>
</div><!--end main-text-->
<div class="main-text">
<p class="center-align"><a href="https://hub.docker.com/u/ndviet" target="_blank">Docker repository</a></p>
</div><!--end main-text-->
<div class="main-text">
</div><!--end main-text-->
<div class="main-text">
</div><!--end main-text-->
<div class="main-text">
</div><!--end main-text-->
</div><!--end flex-center-container-->
</section><!--end projects--->
<svg width="100%" height="10vh" viewBox="0 0 20 5" preserveAspectRatio="none">
<polygon fill=white fill-opacity="0.5" points="20,0 0,5 0,0" />
</svg>
<section class="hidden-section scrollspy" id="contact">
<h1>Contact</h1>
<div class="row">
<div class="col s12 m6">
<p class="center-align">nguyenducviet4496@gmail.com</p>
<p class="center-align">viet.nguyen@ndviet.org</p>
</div><!--end col-->
<div class="col s12 m6">
<p class="center-align"><a href="https://github.com/vietnd96" target="_blank">GitHub</a></p>
</div><!--end col-->
<div class="col s12 m6">
<p class="center-align"><a href="https://www.linkedin.com/in/vietnd96/" target="_blank">LinkedIn</a></p>
</div><!--end col-->
</div><!--end row-->
</section>
<svg width="100%" height="10vh" viewBox="0 0 20 5" preserveAspectRatio="none">
<polygon fill=white fill-opacity="0.5" points="0,0 20,0 20,5" />
</svg>
</div>
<footer class="transparent flex-center-container">
<p class="white-text">© NDVIET.ORG</p>
</footer>
<!--Import jQuery -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/js/materialize.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>