-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (63 loc) · 3.27 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
<!--HTML-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pratik Singh</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="<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">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud png">
<h1>I'm Pratik.</h1>
<!--<h4> a <span class="web">Frontend</span>-developer.</h4>--> <!--To get underlined web this is the method.-->
<h4><strong>a Front-end Developer</h4></strong>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="pratik-dp" src="Pratik_acro-fotor-20231219194114.png" alt="Pratik image" width="200px" height="200px" >
<h2>Hey!!</h2>
<p class="intro">I am a web developer and a competitive programmer 💻. I like watching bollywood and south indian movies🍿 and love coffee ☕☕</p>
</div>
<hr>
<div class="skills">
<h2>My Skills-</h2>
<div class="skill-row">
<img class="hacker-img" src="hacker.png" alt="skill image" width="150px" height="150px" >
<h3><strong>Competetive Programming:</strong></h3>
<p>Problem-solving since first year of my college with the knowledge of C,C++,
and python.</p>
<p>Passionately spend my day solving data structures
and unraveling algorithmic puzzles on platforms like LeetCode and HackerRank.🚀</p>
</div>
<div class="skill-row">
<img class="coding-img" src="coding.png" alt="coding" width="150px" height="150px">
<h3>Website Development and Design:</h3>
<p>👋 Hey! I'm diving into front-end development, aiming to build robust websites in the future. 💻</p>
<p>Currently rocking HTML, CSS, Postman API, and Bootstrap.</p>
<p>🚀 Excited to create stunning and user-friendly web experiences! #WebDevJourney 🌐✨</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Always ready to contribute in any kind of tech journey.</h3>
<a class="btn" href="contact_me.html">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/pratik-singh-53b297254/" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/PratikK24445484" target="_blank">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/" target="_blank">Website</a>
<p class="copyright"><<<© 2023 Pratik Singh>>></p>
</div>
</div>
</body>
</html>