-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (45 loc) · 1.9 KB
/
index.html
File metadata and controls
52 lines (45 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amal Jose</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="bg-dark">
<div class="space-20"></div>
<div class="nav">
<h5 class="text-white font-weight-lighter"> ^ _ ^</h5>
</div>
<div class="space-100"></div>
<div class="container">
<h3 class="font-weight-lighter">
<span class="text-white" id="type-text">...</span>
<span class="blinking-cursor text-white">_</span>
</h3>
<div class="space-50"></div>
<h5 class="font-weight-lighter text-white"> amal.jose92@outlook.com</h5>
<h5 class="font-weight-lighter text-white"> +91 9986775291</h5>
<h7 class="font-weight-lighter"> <a href="https://www.linkedin.com/in/amal-jose-7a597599/" class=" text-white"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/_a_jose/" class=" text-white"><i class="fab fa-instagram"></i></a>
</h7>
<div class="space-100"></div>
<!---<div class="text-white "> <a href="" class="text-white no-underline font-weight-light"> MY PROJECTS </a> </div> --->
</div>
<ul class="circles" id="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<script src="assets/js/script.js"></script>
</body>
</html>