-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (52 loc) · 2.27 KB
/
index.html
File metadata and controls
59 lines (52 loc) · 2.27 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
59
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="/cssproject/styles.css">
<link rel="icon" href="favicon.ico">
<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=Merriweather+Sans&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img src="images/cloud.png" alt="cloud image" class="top-cloud">
<h1>I'm Rohan</h1>
<h2>A programmer </h2>
<img src="images/cloud.png" alt="cloud image" class="bottom-cloud">
<img src="images/mountain.png" alt="cloud image">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/ro.png" alt="profile picture" class="roro" height="300" width="300">
<h2>Hello.</h2>
<p class="pers-desc">I'm a student pursuing B.Tech in Computer Science at VIT Chennai. I love travelling and sports.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="images/computer.png" alt="" height="300" width="300" >
<h3>C++ and python</h3>
<p class="desc">I started to code way back in 8th grade as it was part of my academic curriculum but i soon found out i want to build a career in it. I've learnt c++ and python and I'm currently learning web development.</p>
</div>
<div class="skill-row">
<img class="exercise-img" src="images/exercise.png" alt="" height="300" width="300">
<h3>Sports</h3>
<p class="desc">I am interested in all sports but i have played badminton on a professional level and I play football on the weekends.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p><a class="btn" href="mailto:rohanm976@gmail.com">CONTACT ME</a></p>
</div>
</div>
<div class="bottom-container">
<a class="footer-link links" href="https://www.linkedin.com/in/rohan-m-5b8617237">LinkedIn</a>
<a class="footer-link links" href="https://www.instagram.com/rohannnn.30/">Instagram</a>
<p class="cr">© 2022 Rohan M.</p>
</div>
</body>
</html>