-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (202 loc) · 10.3 KB
/
index.html
File metadata and controls
211 lines (202 loc) · 10.3 KB
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/12e3b4f7be.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="logo_1-removebg-preview.png" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fas fa-times" onclick="closemenu()"></i>
</ul>
<i class="fas fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>Front-end Developer | Guitarist</p>
<h1>Hi, I'm <span>Jayesh Daga</span><br> From Kolkata.</h1>
</div>
</div>
</div>
<!-- About Me -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="me.jpg">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>I'm Jayesh Daga, a 19-year-old student currently in my first year of pursuing a Bachelor's in Computer Science at VIT Chennai. I have a strong foundation in HTML and CSS and a basic understanding of JavaScript. My coding journey began during high school in LBS Kota, where I completed Grade 12.</p>
<br><p>I'm passionate about web development, transforming creative ideas into functional websites. When I'm not coding, you can find me learning to play the guitar. I'm excited about my future in web development and look forward to making a positive impact.</p>
<br><p>Feel free to explore my portfolio to see my work or get in touch for potential collaborations. Thanks for visiting!</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Front-end Developer</span><br>Designing front-end of webpages</li>
<li><span>App Development</span><br>Web applications development</li>
<li><span>Guitarist</span><br>Learning to play some tunes</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>2022 - Current</span><br>Developing webpages for businesses</li>
<li><span>2023 - Current</span><br>Learning to develop web applications</li>
<li><span>2022 - Current</span><br>Playing guitar at small parties</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2022</span><br>Grade 12 From LBS Kota</li>
<li><span>2023 - 2027</span><br>Pursuing B.tech from VIT Chennai.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ---Services--- -->
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2>Web Design</h2>
<p>Transforming visions into visually stunning and user-friendly websites is my expertise. Whether you're starting from scratch or looking to revamp your online presence, I craft websites that not only look great but also deliver an exceptional user experience.</p>
<a href="#">Learn more</a>
</div>
<!-- <div>
<i class="fa-brands fa-app-store"></i>
<h2>App Design</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Earum soluta quo excepturi corrupti ad quis..</p>
<a href="#">Learn more</a>
</div> -->
<div>
<i class="fa-solid fa-guitar"></i>
<h2>Guitar Session</h2>
<p>Experience the magic of live music with captivating guitar performances that elevate the ambiance of any event. Whether it's an intimate gathering, a special celebration, or a larger event, I bring a blend of skill, passion, and musicality to create memorable moments.</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
</div>
<!-- ------------portfolio---------------- -->
<!-- <div id="portfolio">
<div class="container">
<div class="sub-title">My work</div>
<div class="work-list">
<div class="work">
<img src="work-1.jpg">
<div class="layer">
<h3>Social Media App</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptate, sint.</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work-2.jpg">
<div class="layer">
<h3>Social Media App</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptate, sint.</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work-3.jpg">
<div class="layer">
<h3>Social Media App</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptate, sint.</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<a href="#" class="btn">See more</a>
</div>
</div> -->
<!-- ---------contact----------- -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-titlle">Contact Me</h1>
<p><i class="fas fa-paper-plane"></i>jayeshdaga99@gmail.com</p>
<p><i class="fas fa-phone-square-alt"></i>+91 9999999999</p>
<div class="social-icons">
<a href="https://facebook.com/"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/Jayesh46994724"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.instagram.com/dagajayesh"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/jayesh-daga-7928bb211/"><i class="fab fa-linkedin"></i></a>
</div>
<a href="mycv.pdf" download class="btn btn2">Download CV</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="btn btn2">submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright <i class="fa-regular fa-copyright"></i> Jayesh. Made with <span><i class="fa-solid fa-heart"></i></span> by Jayesh Daga.</p>
</div>
</div>
<script>
var tablinks = document.querySelectorAll(".tab-links");
var tabcontents = document.querySelectorAll(".tab-contents");
function opentab(tabname){
for(tablink of tablinks){
tablink.classList.remove("active-link");
}
for(tabcontent of tabcontents){
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<script>
var sidemen = document.getElementById("sidemenu");
function openmenu(){
sidemen.style.right = "0";
}
function closemenu(){
sidemen.style.right = "-200px";
}
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbwFAnKUB2a8wqMvzVKKf1ikTJ6cDdZb3te0jAV1kjKTTqe33vQ1BWPj9h9IPKvDEvW3/exec'
const form = document.forms['submit-to-google-sheet']
const msg = document.getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => {
msg.innerHTML = "Message sent successfully!"
setTimeout(function(){
msg.innerHTML=""
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>