-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
184 lines (144 loc) · 5.88 KB
/
index.html
File metadata and controls
184 lines (144 loc) · 5.88 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
<!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>Personal Website</title>
<link rel="stylesheet" href="style.css"> <!-- CSS File Link -->
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css"> <!-- From boxicons -->
<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=Libre+Baskerville&family=Raleway:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"> <!-- From Google Fonts -->
<!--HEADER-->
<header>
<a href="#" class="logo">Portfo<span>lio</span></a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar" id="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<!--HOME-->
<section class="home" id="home">
<div class="home-text">
<h5>Hey there, I am</h5>
<h1>Ashwin V Kumar</h1>
<h6>A highly fascinated <span>tech-enthusiast.</span></h6>
<p>I'm a Student and a part-time freelancer. I like to connect dots and find solutions to solve people's problems.</p>
<a href="#" class="btn">Download CV</a>
</div>
<div class="home-img">
<img src="assets/Profile.png">
</div>
</section>
<!--ABOUT-->
<section class="about" id="about">
<div class="about-img">
<img src="assets/Desktop.jpg">
</div>
<div class="about-text">
<h3>ABOUT ME</h3>
<h2>I'm a Student and a part-time freelancer.</h2>
<p>I am currently focusing and improving myself to become a Full-Stack Web Developer.
I like to connect and interact with people whose actions speaks louder than words, while also concurrently upgrading my skills and knowledge. "The idea is to successfully execute the plan, not to get devastated by uncertainties."
</p>
<div class="count">
<a href="#"><span>3 </span>Projects Completed.</a>
</div>
<div class="main-btn">
<a href="#" class="btn">Contact Me</a>
<a href="#" class="btn">Portfolio</a>
</div>
</div>
</section>
<!--SERVICES-->
<section class="services" id="services">
<div class="center">
<h3>WHAT I DO?</h3>
</div>
<div class="service-content">
<div class="row">
<i class="bx bx-cast"></i>
<h3>Web Development</h3>
<p>Web development is the work involved in developing a website for the Internet.</p>
</div>
<div class="row">
<i class="bx bx-movie-play"></i>
<h3>Video Editing</h3>
<p>Video editing is the manipulation and arrangement of video shots and present all video information.</p>
</div>
<div class="row">
<i class="bx bx-desktop"></i>
<h3>Web Designing</h3>
<p>Web design refers to the design of websites that are displayed on the internet.</p>
</div>
<div class="row">
<i class="bx bx-book-content" type='solid'></i>
<h3>Content Writing</h3>
<p>Content writing is the process of writing, editing, and publishing content in a digital format.</p>
</div>
</div>
</section>
<!--CALL TO ACTION-->
<section class="cta">
<h4>Have Any Projects In Your Mind?</h4>
<h2>Just Say Hello !</h2>
<div class="main-btn">
<a href="#" class="btn">Hire Me</a>
</div>
</section>
<!--RESUME-->
<section class="resume" id="resume">
<div class="center">
<h3>Education & Experience</h3>
</div>
<div class="resume-content">
<div class="box">
<h6>2021 - Present</h6>
<h4>Bachelor of Computer Application (Degree)</h4>
<h5>KMM College of Arts and Science</h5>
</div>
<div class="box">
<h6>2021 - Present</h6>
<h4>Web Development (Self-learning)</h4>
<h5>Online Platforms</h5>
</div>
<div class="box">
<h6>2020 - 2021</h6>
<h4>Grade 12(ISC)</h4>
<h5>Seventh-Day Adventist Higher Secondary School</h5>
</div>
<div class="box">
<h6>2018 - 2019</h6>
<h4>Grade 10(ICSE)</h4>
<h5>Seventh-Day Adventist Higher Secondary School</h5>
</div>
</div>
</section>
<!--CONTACT-->
<section class="contact" id="contact">
<div class="center">
<h3>Contact Me</h3>
</div>
<div class="contact-form">
<form action="">
<input type="" placeholder="Your Name" required>
<input type="email" name="" id="" placeholder="Email Address" required>
<textarea name="" id="" cols="30" rows="10" placeholder="Project Description" required></textarea>
<input type="Submit" name="" value="Send" class="send-btn">
</form>
</div>
</section>
<div class="copyright">
<p>© All rights reserved.</p>
</div>
<script src="https://unpkg.com/scrollreveal"></script> <!-- Scroll Reveal JS -->
<script src="script.js"></script> <!-- JS File Link -->
</head>
<body>
</body>
</html>