-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (156 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio Web Design</title>
<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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
<script src="./scripts.js"></script>
<link rel="icon" type="image/jpg" href="./imgs/shubham.jpg">
</head>
<body>
<header>
<a href="#" class="logo-holder">
<div class="logo">L</div>
<div class="logo-text">Portfolio Website</div>
</a>
<nav>
<ul id="menu">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="mailto:[email protected]" class="button">Contact Me</a>
</li>
</ul>
<a href="#" class="mobile-toggle" onClick="toggleMobileMenu();">
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5 7h14M5 12h14M5 17h10"/>
</svg>
</a>
</nav>
</header>
<main>
<section class="hero container">
<div class="hero-blue">
<div>
<h1><small>Hi I'm</small>
Shubham Jagtap
</h1>
<p>
an MCA student passionate about web development. I specialize in creating dynamic and functional applications, constantly improving my skills and exploring innovative solutions in the tech world.</span>
</p>
<div class="call-to-action">
<a href="./imgs/Shubham's_Resume-1.pdf" class="button black" target="_blank">
View Resume
</a>
<a href="mailto:[email protected]" class="button white">
Contact Me
</a>
</div>
<div class="social-links">
<a href="https://github.com/shubham-sham-jagtap">
<img src="./imgs/github.png" alt="GitHub" width="48" />
</a>
<a href="https://www.linkedin.com/in/shubham-jagtap-774620271/">
<img src="./imgs/linkedin.png" alt="LinkedIn" width="48" />
</a>
</div>
</div>
</div>
<div class="hero-yellow">
<img src="./imgs/shubham2.png" alt="Adrian Twarog" width="100%" />
</div>
</section>
<section class="logos container">
<div class="marquee">
<div class="track">
<img src="./imgs/html.png" alt="HTML" width="128" />
<img src="./imgs/css.png" alt="CSS" width="128" />
<img src="./imgs/bootstrap.png" width="128" alt="bootstrap" />
<img src="./imgs/javascript.png" alt="JS" width="128" />
<img src="./imgs/PHP.png" width="128" alt="php" />
<img src="./imgs/java.png" width="128" alt="java" />
<img src="./imgs/nodejs.png" width="128" alt="Node js" />
<img src="./imgs/mysql.png" width="128" alt="mysql" />
<img src="./imgs/vscode.png" width="128" alt="VS Code" />
<img src="./imgs/python.png" width="128" alt="Python" />
<img src="./imgs/html.png" alt="HTML" width="128" />
<img src="./imgs/css.png" alt="CSS" width="128" />
<img src="./imgs/bootstrap.png" width="128" alt="mysql" />
<img src="./imgs/javascript.png" alt="JS" width="128" />
<img src="./imgs/PHP.png" width="128" alt="php" />
<img src="./imgs/java.png" width="128" alt="java" />
<img src="./imgs/nodejs.png" width="128" alt="Node js" />
<img src="./imgs/mysql.png" width="128" alt="mysql" />
<img src="./imgs/vscode.png" width="128" alt="VS Code" />
<img src="./imgs/python.png" width="128" alt="Python" />
</div>
</div>
</section>
<section id="skills" class="skills container">
<h2>
<small>About Me</small>
Skills
</h2>
<div class="holder-blue">
<div class="left-column">
<h3>Languages</h3>
<ul>
<li>Java</li>
<li>Python</li>
</ul>
<h3>Frontend</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Bootstrap</li>
</ul>
<h3>Backend</h3>
<ul>
<li>Node.js</li>
<li>Express</li>
<li>PHP</li>
</ul>
<h3>Database</h3>
<ul>
<li>MySql</li>
</ul>
</div>
<div class="right-column">
<h3>A bit about me</h3>
<p>
Hi, I'm Shubham Jagtap, an MCA student and developer passionate about creating dynamic web applications. I enjoy working with various technologies to build functional and user-friendly solutions.
</p>
<p>
I'm currently working on an eCommerce platform tailored for farmers, focusing on providing agricultural products efficiently. I'm also involved in building a donation website to connect donors and recipients seamlessly.
</p>
</div>
</div>
</section>
<section id="projects" class="bento container">
<h2>
<small>
Previous
</small>
Projects
</h2>
<div class="bento-grid">
<a href="http://ec2-54-159-112-143.compute-1.amazonaws.com/all_in_one_ecommerce/user" class="bento-item" target="_blank">
<img src="./imgs//WhatsApp Image 2024-11-22 at 23.30.00_12ca5d48.jpg" alt="BGCCI" width="100%" />
</a>
</div>
</section>
</main>
</body>
</html>