-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (68 loc) · 3.74 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
69
70
71
72
73
74
<!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>Raj Jadhav - Learner</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="shortcut icon" href="images/boy (2).png" type="image/x-icon">
<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:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<img src="images/boy (2).png" alt="nav-bar-icon">
<a href="#profile-section" class="about">About</a>
<a href="#my-skill-section" class="my-skill">My Skills</a>
<a href="#contact-section" class="contact">Contact</a>
</nav>
<!-- basically just the structure of our web site. -->
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img" >
<h1>I'm Raj.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img class="mountain-img" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile" id="profile-section">
<img src="images/raj-jadhav.png" alt="profile-picture" class="profile-picture">
<h2>Hello World!</h2>
<p>I Am Student At <a href="https://msubaroda.ac.in/" class="msu-link">The Maharaja Sayajirao University Baroda.</a> <br>Currently I Am Persuing My B.E. In Computer Science💻 Field.<br> I ❤ To Code.</p>
</div>
<hr>
<div class="skills" id="my-skill-section">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="images/coding.png" alt="coding">
<h3>Design & Development</h3>
<p class="code-skill-description">
I started coding because I am a computer science student and I should know how to code to pass the exam.But now I'm totally in love with Coding.<br><em>I Can Do This All Day.</em></p>
</div>
<div class="skill-row">
<img class="chilli-img" src="images/painting.png" alt="chillies">
<h3>Drawing</h3>
<p class="chilli-skill-description">
When I was in school, my friends wanted me to get their drawing done because I make drawing very good.I love making sketches of superheroes 🦸♂️</p>
</div>
</div>
<hr>
<div class="contact-me" id="contact-section">
<h2>Get In Touch</h2>
<!-- <h3 style="margin-bottom: 30px;">I’m currently NOT available for freelance work.</h3> -->
<p>If you are a coder like me then let's have a conversation.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
<!-- we've got a button that is going to open the default mail app to an e-mail address of your choice. -->
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://Rajjadhav1710.github.io/cv">Website</a>
<p>© 2021 Raj Jadhav. All rights reserved.</p>
</div>
</body>
</html>
<!-- Lorem Ipsum :this is something that is used quite frequently in web design.It's used to place text paragraphs in a web site before you have any content. -->