-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.56 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#ffffff">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/wing.css">
<script defer src="https://use.fontawesome.com/releases/v5.5.0/js/all.js" integrity="sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0" crossorigin="anonymous"></script>
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" href="assets/favicon.ico">
<title>Anchita Bora</title>
</head>
<body>
<main>
<section class='landing'>
<div><h1 class='animated fadeInDown headline center'> <spn style="color: black">Anchita Bora 👩🏻💻</spn> </h1></div>
<div class='animated fadeInDown tagline center'>
</section>
<section class="intro container" id="intro">
<div>
<h2 class='header heading'>Hello world, I'm Anchita 👋🏼</h2>
<p> My site has moved to <a href="https://anchita.xyz/"> anchita.xyz </a> - see you there!
</p>
</div>
</section>
<section>
<footer class="container">
<small>
<div> Developed with 🍵 by Anchita Bora </div>
</footer>
</section>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jump.js/1.0.2/jump.min.js"></script>
<script src="script.js"></script>
</body>
</html>