-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (53 loc) · 2.85 KB
/
index.html
File metadata and controls
58 lines (53 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dipannita Roy</title>
<link rel="stylesheet" href="my.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<div class="nav-bar">
<a href="index.html" class="icon" style="padding-left: 15%;"><img class="me1" src="https://c8.alamy.com/comp/TTY90G/smiling-girl-avatar-cute-smiling-woman-with-black-hair-flat-icon-on-blue-background-person-character-vector-illustration-TTY90G.jpg" alt="me"></a>
<ul>
<li><a href="index.html" style="border-bottom: 5px solid teal;">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
</ul>
</div>
<div>
<h1>I'm <br>Dipannita</h1>
<p class="head">web developer</p>
<img class="cloud"src="https://easydrawingguides.com/wp-content/uploads/2018/10/Clouds-10.png">
<img class="cloud2" src="https://easydrawingguides.com/wp-content/uploads/2018/10/Clouds-10.png">
</div>
<div class="text">
<img class="me2" src="https://c8.alamy.com/comp/TTY90G/smiling-girl-avatar-cute-smiling-woman-with-black-hair-flat-icon-on-blue-background-person-character-vector-illustration-TTY90G.jpg" alt="me">
<h2>Hello</h2>
<img class="hello" src="https://bornlicensing.com/wp-content/uploads/2018/01/waving_hand_sign_256.gif">
<p>I am a web developer.</p>
</div>
<hr>
<div class="text">
<h2 class="pop">
My Skills</h2>
<p>I know html,css,javascript,bootstraps,jQuery,node.js,express,MongoDb,react.js,ejs,etc.</p>
</div>
<hr>
<div class="text">
<h2 class="pop " >Get in touch</h2>
<i class="fas fa-phone-alt" style="display:flex"></i>
<button >Contact me</button>
</div>
<a href="mailto:dipannita223@gmail.com"><i class="fas fa-envelope mail"></i></a>
<footer style="text-align: center;">© 2018 Dipannita @ The App Brewery.</footer>
<script src="index.js"></script>
</body>
</html>