-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (62 loc) · 3.16 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gourav Mohanty</title>
<link rel="stylesheet" href="CSS-MY SITE/styles.css">
<link rel="icon" href="CSS-MY SITE/favicon (1).ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:wght@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="CSS-MY SITE IMAGES/cloud.png" alt="cloud-img">
<h1>I'm Gourav</h1>
<p class="subtitle">a web designer</p>
<img class="bottom-cloud" src="CSS-MY SITE IMAGES/cloud.png" alt="cloud-img">
<img src="CSS-MY SITE IMAGES/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profilephoto" src="CSS-MY SITE IMAGES/gourav.png" alt="Profile-photo">
<h2>Hello.</h2>
<p>I am a fresher currently pursuing ceramic engineering at NIT Rourkela.</p>
<p>My stream won't show my love for coding but my passion for it is inevitable.</p>
</div>
<hr class="line1">
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="webimg" src="CSS-MY SITE IMAGES/WEB.png" alt="WebDeveloper-img">
<h3>Web Design and Development</h3>
<p>I like to code everything from scratch, and cherish to bring real-life ideas in the browser.</p>
</div>
<div class="skill-row">
<img class="codingimg" src="CSS-MY SITE IMAGES/C++.png" alt="coding-img">
<h3>Competitive Coding</h3>
<p>I started Competitive Coding basically for fun but gradually it helped me with my problemsolving skills, profile building ,
and taughtme the importance of teamwork. Currently I code on Codechef.</p>
</div>
<div class="skill-row">
<img class="manageimg" src="CSS-MY SITE IMAGES/manage.png" alt="managment-img">
<h3>Management</h3>
<p>I genuinely care about the people and the team I work with, and love helping fellow colleague work on their craft.</p>
</div>
<hr class="line1">
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Do you love to bring real life events onto the screen?</h3>
<p>If you do, let's discuss how awesome technologies are! We can code together.</p>
<a class="btn" href="mailto:gouravmohanty2001@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/gourav-mohanty-78006a201">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/_gourav.mohanty?r=nametag">Instagram</a>
<a class="footer-link" href="https://github.com/gouravmohanty7070">GitHub</a>
<p class="copyright">© 2021 Gourav Mohanty.</p>
</div>
</div>
</body>
</html>