-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutMe.html
39 lines (38 loc) · 2.09 KB
/
AboutMe.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./AboutMe.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<title>About Me</title>
<link rel="icon" href="ico3.png" type="image/png">
</head>
<body >
<div class="container">
<header>
<h1>About Me</h1>
</header>
<div class="content">
<img src="./pic2.jpeg" alt="photo" class="profile-pic">
<div class="bio">
<h2>Hello, I'm Ankit Saini</h2>
<p>I am a web developer. I love coding, visiting new places, hiking, and gaming. My journey in tech started when I built my first website...</p>
<button id="moreButton">Read More</button>
<button id="moreButton"onclick="window.location.href='./index.html'">Home</button>
<div id="moreInfo" class="hidden">
<br>
<hr>
<br>
<p>My name is Ankit Saini. I am a resident of Sikar district of Rajasthan state of India. I belong to a middle class family. I have had a desire to acquire computer knowledge since childhood. Due to which I took admission in computer college after passing my 10th class. I have done many types of courses. Computer Operator and Programming Assistant (COPA) Course, Computer Science Engineering (CSE)Computer Science Polytechnic(BTER), Bachelor of Technology (B.Tech) in Computer Science, Rajasthan Knowledge Corporation Limited (RKCL), PMKVY Course,</p>
</div>
</div>
</div>
</div>
<script src="./AboutMe.js"></script>
</body>
</html>