-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (169 loc) · 8.41 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
<!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>Portfolio Website</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/bca8500463.js" crossorigin="anonymous"></script>
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');
</style>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/logo.png" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">My Projects</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fa-regular fa-circle-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>Web Designer</p>
<h1>Hi, I'm <span>Riddhesh</span> Veling<br>from India</h1>
</div>
</div>
</div>
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/profile1.jpg">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>Myself Riddhesh Veling studying Electronics and Telecommunication engineering from St. Francis Institute of Technology.
I have completed 1(IEEE Winter Internship Program) internship and currently working at 1(CodeCluase Web Development Internship).
I am a quick learner and give more efforts to self learning. I love finding solutions to complex problems.
</p>
<div class="tab-title">
<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>UI/UX</span><br>Designing Web/App Interfaces</li>
<li><span>Web Development</span><br>Web App Development</li>
<li><span>Competitive Coding</span><br>Participate in Coding Competitions</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>IEEE Winter Internship</span><br>Worked as Full Stack Developer</li>
<li><span>Tutor</span><br>Take classes for students</li>
<li><span>Hackathon</span><br>Participated in 24Hr Hackathon</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>Till 2019</span><br>SSC</li>
<li><span>2019-2021</span><br>HSC</li>
<li><span>2021-Present</span><br>Undergraduation</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="services">
<div class="container">
<h1 class="sub-title">My Projects</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-code"></i>
<h2>Web Design</h2>
<p>Designed some Web Applications such as 'Unit Converter' and 'Payment Gateway' as projects. The main language I used for these projects are HTML/CSS and Javascript. All these Web Applications are a part of CodeClause Web Developer Internship. You can check these out using the 'Learn more' button below</p>
<a href="https://github.com/RiddheshVeling/Payment_Integration.git">Learn more</a>
</div>
<div>
<i class="fa-solid fa-crop"></i>
<h2>UI/UX Design</h2>
<p>Made some Ui/Ux deign projects as a base for web appliactions with the help of Figma application. Figma makes it much more easy to design a layout for youor webpage or mobile application and gives you a brief idea about how the finished product may look like. I learned Figma as a part of IEEE Winter Internship Program. You can check out Figma design I made using the 'Learn more' button below</p>
<a href="https://www.figma.com/file/XNlFvSjnJxgMXNyqjwVdbV/Pinterest_1?node-id=0%3A1&t=oZBdpYUPj6bxNuJs-1">Learn more</a>
</div>
<div>
<i class="fa-solid fa-microchip"></i>
<h2>Hardware Projects</h2>
<p>The hardware projects that I make are a part of my Electronics and Telecommunication Undergraduation Program. These projects enhance my troubleshooting skills and also help in building a sense of understanding between me and my team members. Till now I have completed 3 hardware projects. You can check out one of these projects using the 'Learn more' button below</p>
<a href="https://github.com/RiddheshVeling/Hardware_Projects.git">Learn more</a>
</div>
</div>
</div>
</div>
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact ME</h1>
<p><i class="fa-regular fa-paper-plane"></i>[email protected]</p>
<p><i class="fa-solid fa-phone"></i>0123456789</p>
<div class="social-icons">
<a href="https://www.facebook.com/profile.php?id=100015131893359"><i class="fa-brands fa-facebook"></i></a>
<a href="https://twitter.com/RiddheshVeling"><i class="fa-brands fa-square-twitter"></i></i></a>
<a href="https://www.instagram.com/_riddhesh_veling_/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/riddhesh-veling-4120a624b/"><i class="fa-brands fa-linkedin"></i></a>
</div>
<a href="images/CV.pdf" download class="btn">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>
<script>
var tablinks= document.getElementsByClassName("tab-links");
var tabcontents= document.getElementsByClassName("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 sidemenu = document.getElementById("sidemenu");
function openmenu(){
sidemenu.style.right = "0";
}
function closemenu(){
sidemenu.style.right = "-200px";
}
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbxd0zWodQiCcAhYG_7pZfbzSqfQZm9iBN-qzvZmdflDhCzuOZJsk9CF_7Jqe-jAG2axkA/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>