-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.html
51 lines (45 loc) · 1.86 KB
/
skills.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>nikhil bansal.</title>
<link rel = "icon" href = "assets/img/atom.png"
type = "image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa:700" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="loading">
<div id="spinner"></div>
</div>
<div id="particles-js"></div>
<div id="header" class="animated slideInDown" style="animation-delay:1.8s;">
<div id="title">nikhil bansal.</div><br>
<div id="links">
<a href="./index.html">home</a>
<a href="./skills.html">cv</a>
<a href="./work.html">works</a>
<a href="./contact.html">contact</a>
</div>
</div>
<div id="skills_parent">
<div id="portfolio">
<div id="skills">
<h1>cv.<hr id = "skills_line"></h1>
<div id="skills_child1">
<p>
Under Construction.
</p>
</div>
</div>
</div>
</div>
<script src="index.js" type="text/javascript"></script>
<script src="particles.js"></script>
<script src="app.js"></script>
</body>