-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
205 lines (200 loc) · 10.1 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
<!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/b5d9cf0f8d.js" crossorigin="anonymous"></script>
</head>
<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">Services</a></li>
<li><a href="#Portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#"><i class="fa-solid fa-right-to-bracket"></i></a>
<i class="fa-solid fa-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>Software Developer</p>
<h1>Hi,I'm <span>Amrudesh PS</span><br>From INDIA</h1>
</div>
</div>
</div>
<!-------------about-------------->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/user.png">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>Hi there, I'm Amrudesh. I'm a student from India,Kerala who loves technology, travel and politics. I'm currently pursuing a degree in Computer Science and am passionate about programming and innovation. My interests have taken me on numerous journeys around the globe, where I have gained unique insights into different cultures and ways of living.</p>
<div class="tab-titles">
<p class="tab-links" 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>Web Designing</span><br>Designing Web/App interface</li>
<li><span>Software Development</span><br> Software Development</li>
<li><span>App Development</span><br>Build small mobile app using jotform</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>2020 - Current</span><br>Learning</li>
<li><span>2019 - 2020</span><br>Learning</li>
<li><span>2019 - 2019</span><br>Leanring</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2019</span><br>SSLC from GMHSS CVR,Kerala,INDIA</li>
<li><span>2020</span><br>Design Training at online</li>
<li><span>2020 - 2021</span><br>HSS from GMHSS CVR,Kerala,INDIA</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-brands fa-uikit"></i>
<h2>Web Design</h2>
<p>Web designing is the process of creating and maintaining websites that are attractive, functional, and user-friendly. Web designers use various tools and languages, such as HTML, CSS, JavaScript, and Photoshop, to create the layout, appearance, and content of web pages. Web designing also involves aspects such as web accessibility, usability, responsiveness, and optimization. </p>
<a href="https://www.codecademy.com/catalog/subject/web-design">Learn more</a>
</div>
<div>
<i class="fa-solid fa-sitemap"></i>
<h2>Software Development</h2>
<p>Software development is the process of creating,designing,testing and maintaining software applications that run on computers or other devices.Software development can involve various activities such as programming,debugging,documentation, deployment and maintenance.Software development can be done for different purposes,such as solving a problem,meeting a need or providing a service.Software development is a dynamic and creative field that requires technical skills,logical thinking and collaboration.
</p>
<a href="https://designlab.com/courses/">Learn more</a>
</div>
<div>
<i class="fa-brands fa-app-store-ios"></i>
<h2>App Design</h2>
<p>App designing is the process of creating a software application that runs on a mobile device, such as a smartphone or a tablet. App designing involves setting the goal of your app, making a plan, researching your niche and competitors, sketching out your ideas, creating wireframes and prototypes, testing and refining your design, and launching your app to the market. App designing requires creativity, technical skills, and user-centered thinking. </p>
<a href="https://developer.android.com/courses">Learn more</a>
</div>
</div>
</div>
</div>
<!--------------portfolio----------->
<div id="Portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="images/work-1.png">
<div class="layer">
<h3>Social Media App</h3>
<p>The app connects you and the talented people around the world.Download it from play store.</p>
<a href="#"><i class="fa-solid fa-share-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-2.png">
<div class="layer">
<h3>Music App</h3>
<p>The app connects you and the talented people around the world.Download it from play store.</p>
<a href="#"><i class="fa-solid fa-share-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="images/work-3.png">
<div class="layer">
<h3>Online Shopping App</h3>
<p>The app connects you and the talented people around the world.Download it from play store.</p>
<a href="#"><i class="fa-solid fa-share-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-title">Contact Me</h1>
<p><i class="fa-solid fa-paper-plane"></i> contact@amrudeshps.com</p>
<p><i class="fa-solid fa-phone"></i> +91 9567537910</p>
<div class="social-icons">
<a href="https://www.facebook.com/"><i class="fa-brands fa-facebook"></i></a>
<a href="https://mail.google.com/"><i class="fa-solid fa-envelope"></i></a>
<a href="https://www.linkedin.com/feed/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://www.instagram.com/"><i class="fa-brands fa-square-instagram"></i></a>
</div>
<a href="images/my-cv.pdf" download class=" btn btn2">Download Bio</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" requires>
<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">hello</span>
</div>
</div>
</div>
<div class="copyright">
<p> Microsoft Corporation Copyright (c) Amrudesh_PS made with <i class="fa-solid fa-heart"></i> by openweb </p>
</div>
</div>
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
var sidemeu = document.getElementById("sidemenu");
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")
}
function openmenu(){
sidemeu.style.right="0px";
}
function closemenu(){
sidemeu.style.right="-200px";
}
const scriptURL = 'https://script.google.com/macros/s/AKfycbyhYskzpA7pIa8PDrqbOC5nmv8dT7CD_2NzS4MZ1QbCMYVoPhnnyq0AM7WSdEkuIdxu/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 succecessfully"
setTimeout(function(){
msg.innerHTML = ""
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>