-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
222 lines (211 loc) · 8.94 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
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
212
213
214
215
216
217
218
219
220
221
222
<!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>My Personal Portfolio</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/c4254e24a8.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<h1 class="name"><span>T</span>ushar :)</h1>
<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</p> -->
<H1>Hi, I'm <span>Tushar Joshi</span><br> From Hyderabad.</H1>
</div>
</div>
</div>
<!-- -------about--------- -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/pic.jpeg">
</div>
<div class="about-col-2">
<h1 class="subtitle">About me</h1>
<p>
I'm final year B.Tech student with specialization in CSE from Pallavi Engineering College. I have positive attitude and can adapt to any environment.
</p>
<div class="tab-titles">
<p class="tablinks activelink " onclick="opentab('skills')">Skills</p>
<p class="tablinks" onclick="opentab('projects')" >Projects</p>
<p class="tablinks" onclick="opentab('education')">Education</p>
</div>
<div class="tabcontents activetab" id="skills">
<ul>
<li><span>C</span><br></li>
<li><span>C++</span><br></li>
<li><span>Java</span><br></li>
<li><span>MySQL</span><br></li>
<li><span>Front-End</span> - HTML, CSS & JavaScript</li>
</ul>
</div>
<div class="tabcontents" id="projects">
<ul>
<li><span>My Portfolio</span><br>Using Html,Css and Js</li>
<li><span>Calculator</span><br>Using Html,Css and Js</li>
<li><span>Weather App</span><br>Using Html,Css and Js</li>
</ul>
</div>
<div class="tabcontents" id="education">
<ul>
<li><span>2023</span><br>B.Tech CSE at Pallavi Engineering College</li>
<li><span>2019</span><br>Intermediate MPC at Sri Gayatri Junior College</li>
<li><span>2017</span><br>SSC at Dilsukhnagar Public School</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Projects -->
<div id="services">
<div class="container">
<h1 class="subtitle">My Projects</h1>
<div class="serviceslist">
<!-- <div>
<i class="fas fa-code"></i>
<h2>Web Design</h2>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Magni reiciendis fuga, obcaecati corrupti ipsa aut.</p>
<a href="#">Learn More</a>
</div> -->
<div>
<i class="fas fa-crop-alt"></i>
<h2>Calculator</h2>
<p>It's a basic calculator made by using Html , Css & JavaScript.</p>
<a href="https://tusharjoshi1703.github.io/calculator/">Learn More</a>
</div>
<div>
<i class="fas fa-app-store"></i>
<h2>Weather App</h2>
<p>It's a weather app made by using Html , Css & JavaScript.</p>
<a href="https://tusharjoshi1703.github.io/weatherapp/">Learn More</a>
</div>
</div>
</div>
</div>
<!-- Portfolio -->
<!-- <div id="portfolio">
<div class="container">
<h1 class="subtitle">My Work</h1>
<div class="worklist">
<div class="work">
<img src="images/passport.jpg" alt="">
<div class="layer">
<h3>Social Media App</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Reprehenderit, totam?</p>
<a href="#"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="images/passport.jpg" alt="">
<div class="layer">
<h3>Music App</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Reprehenderit, totam?</p>
<a href="#"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="work">
<img src="images/passport.jpg" alt="">
<div class="layer">
<h3>Weather App</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Reprehenderit, totam?</p>
<a href="#"><i class="fas fa-external-link-alt"></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="contactleft">
<h1 class="subtitle">Contact Me</h1>
<p><i class="fas fa-paper-plane"></i> [email protected]</p>
<p><i class="fas fa-phone-square"></i> 9014367715</p>
<div class="socialicons">
<!-- <a href=""> <i class="fab fa-facebook"></i></a> -->
<a href="https://twitter.com/Tusharj51440271"> <i class="fab fa-twitter-square"></i></a>
<a href="https://instagram.com/_tusharjoshi__?igshid=ZDdkNTZiNTM="> <i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/tushar-joshi-150482214"> <i class="fab fa-linkedin"></i></a>
</div>
<a href="https://flowcv.com/resume/intfom2i0v" class="btn btn2">Show CV</a>
</div>
<div class="contactright">
<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>
Made with <span>❤</span> by Tushar Joshi
</p>
</div>
</div>
<script>
var tablinks= document.getElementsByClassName('tablinks');
var tabcontents=document.getElementsByClassName('tabcontents');
function opentab(tabname){
for(tablink of tablinks)
{
tablink.classList.remove("activelink");
}
for(tabcontent of tabcontents)
{
tabcontent.classList.remove("activetab");
}
event.currentTarget.classList.add("activelink");
document.getElementById(tabname).classList.add("activetab");
}
</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/AKfycbzjjlRx_cCCZWRt_H_0ExkYDTdlGqppmGVnzh5fiJFhlw6sIP5hw8Tn55Q-hm7X4Cxsog/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=""
}, 3000);
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>