-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
63 lines (50 loc) · 2.47 KB
/
about.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>welcome to cyberspace</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Asap|Comfortaa|Gudea|Hind+Guntur|Hind+Madurai|Hind+Vadodara|Maven+Pro|Ropa+Sans|Source+Code+Pro" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header><nav>
<a href="index.html" class="button">homepage</a>
<a href="about.html" class="button">about </a>
<a href="resume.html" class="button">resume</a>
<div class="dropdown">
<button class="dropbtn">contact me</button>
<div class="dropdown-content">
<a href="https://github.com/manvithrai24">GITHUB</a>
<a href="https://www.linkedin.com/in/manvithrai24">linkedin</a>
<a href="http://www.twitter.com/">twitter</a>
</div>
</nav>
</header>
<div class="hero">
<h1>Manvith's portfolio</h1>
<h2>take a step into my world</h2>
</div>
<div class="container">
<main role="main">
<p align="center">
<br>Welcome to my portfolio! I'm Manvith Rai, a passionate CSE Student with a deep love for web development, graphic design, etc. Over the years, I have honed my skills and developed a keen eye for detail, creativity, and innovation. This portfolio is a showcase of my work, achievements, and the journey that has brought me to where I am today.</br>
<br>*Personal Interests*<br>
<br>Outside of my professional life, I enjoy photography, hiking, reading, traveling, etc. These activities help me stay creative and inspired, allowing me to bring fresh perspectives to my work.</br>
<br>*Contact Me*<br/>
<br>I am always open to discussing new projects, creative ideas, or opportunities to be part of your visions. Feel free to reach out to me through email, LinkedIn, contact form.</br>
<br>Thank you for visiting my portfolio. I look forward to connecting with you!<br>
</p>
</main>
</div>
<footer>
<div class="container">
<div class="social">
<a href="https://github.com/manvithrai24"><img src="github.png" height="36" width="36" alt="github logo"></a>
<a href="https://www.linkedin.com/in/manvithrai24"><img src="linkedin.png" height="36" width="36" alt="linkedin logo"></a>
<a href="http://www.twitter.com/"><img src="twitter.png" height="36" width="36" alt="twitter"></a>
</div>
</div>
</footer>
</body>
</html>