-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (101 loc) · 5.25 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar">
<div class="logo">ANMOL</div>
<button class="toggle-button">☰</button>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="header" id="Home">
<div class="header-container">
<h1 class="heading">
<span class="primary-head">Anmol Sharma</span><br>
<span class="secondary-head">aspiring web-developer</span></h1></div>
<img src="back0.png" class="b0">
<img src="back1.png" class="b1">
<img src="back2.png" class="b2">
<img src="back3.png" class="b3">
<img src="back4.png" class="b4">
<img src="back5.png" class="b5">
</div>
<main class="main">
<section class="skill" id="about">
<div class="about-content">
<p class="skill-head">ABOUT ME</p>
<div class="about-text"> <p class="skill-body">Hello! I'm <span class="name">Anmol Sharma</span>,<br> an aspiring developer and current B.Tech student specializing in AIML at AKGEC, Ghaziabad. With a strong foundation in HTML, CSS, and JavaScript, I enjoy creating engaging and interactive web experiences.
As a passionate advocate for learning and growth, I strive to expand my skill set in web development and design.
Beyond coding, I am proud to be a state-level Abacus champion, which has honed my analytical and problem-solving skills.
I have a deep love for music and I love playing guitar.<br><br><br><br>
</p>
<div><img src="photo.png" alt="JUST ME!" class="me"></div>
</div>
<p class="skill-bar"> Proficient in Front-end development using <span class="autogen"></span></p>
</div>
</section>
<section class="projects" id="projects">
<div><p class="p-head">MY WORK</p></div><br>
<div class="flashcard">
<div class="flash">
<div class="f-head"><h2>GUESS THE POKEMON</h2><br>
<img src="f1.png" alt="project-logo" class="f-img"></div><br>
<a href="https://newsi-tawny.vercel.app/" class="button">Open Project</a><br>
<a href="https://github.com/Anmol202005/pokemon_Guess" class="button">View Code</a>
</div>
<div class="flash">
<div class="f-head"><h2>WEATHER FORECAST</h2><br>
<img src="f2.png" alt="project-logo" class="f-img"></div><br>
<a href="https://irrigation-taupe.vercel.app/" class="button">Open Project</a><br>
<a href="https://github.com/Anmol202005/weather" class="button">View Code</a>
</div>
<div class="flash">
<div class="f-head"><h2>NETFLIX LANDING PAGE</h2><br>
<img src="f3.png" alt="project-logo" class="f-img"></div><br>
<a href="https://netflix-landingpage-flame.vercel.app/" class="button">Open Project</a><br>
<a href="https://github.com/Anmol202005/netflix_landingpage" class="button">View Code</a>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="con-body"><p class="p-head">CONTACT</p><br>
<p class="c-body">If you'd like to get in touch with me, feel free to use the contact information below:</p>
<p class="info">Email : anmol23164016@akgec.ac.in<br>
Contact no. :7428666396<br>
<p class="links"><a href="https://github.com/Anmol202005"><img src="gittu.png" class="git-img"></a>
<a href="https://www.linkedin.com/in/anmol-sharma-982548327/"><img src="linku.png" class="git-img"></a></p>
<p class="info">Enter Your Details to Contact</p></p>
<div class="input"><input type="text" placeholder="ENTER YOUR NAME!!" ><br>
<input type="text" placeholder="ENTER YOUR EMAIL!" ><br>
<textarea type="text" placeholder="Enter your message" class="msg"></textarea><br>
<button class="button">SEND</button>
</div>
</div>
</section>
<footer>
<div class="footer-container">
<div class="footer-nav">
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</div>
<div class="social-media">
<a href="https://github.com/Anmol202005" target="_blank">GitHub</a>
</div>
</div>
<div class="copyright">
© 2024 Your Name. All rights reserved.
</div>
</footer>
</main>
</body>
</html>