-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (45 loc) · 1.93 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pearl Vashistha| Jr Web Developer</title>
<link rel="stylesheet" href="styles/bootstrap.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/portfolio.css" />
<link rel="stylesheet" href="styles/header.css" />
</head>
<body>
<!--Navbar : Home Projects Contact -->
<div class="header">
<div id="home" class="tiles">Home</div>
<div id="projects" class="tiles">Projects</div>
<div id="contact" class="tiles">Contact me</div>
</div>
<div class="section">
<div class="about-me">
<h1 class="typed">Hey, I'm <span class="name">Pearl</span>👋</h1>
<div class="innertext">
I am currently pursuing a B.Tech in Computer Science at Indira Gandhi
Delhi Technical University for Women, with an SGPA of 9.27. I expect
to graduate in 2027. I am a junior web developer with a solid
foundation in HTML, CSS, JavaScript, React, DBMS, and PHP.
</div>
</div>
<div class="pic-con">
<img class="my-pic" src="images/pearl.jpg" />
</div>
</div>
<script src="portfolio.js"></script>
</body>
</html>