-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
197 lines (177 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<title>Portfolio - Richu Sony</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- navigation -->
<nav class="navbar navbar-expand-lg mb-4">
<div class="container">
<a class="navbar-brand logo fs-2 fw-bold text-white" href="#">
<span class="text-danger">R</span>ichu.
</a>
<button class="navbar-toggler text-white" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto d-flex align-items-center">
<li class="nav-item mx-1">
<a class="nav-link active fs-5 text-white" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link fs-5 text-white" href="./about.html">About</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link fs-5 text-white" href="./skills.html">Skills</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link fs-5 text-white" href="./achievement.html">Achievements</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link fs-5 text-white" href="./hobbies.html">Hobby</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link fs-5 text-white" href="./contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main-sec -->
<div class="container vh-100 vw-100 mb-4 main-sec d-flex align-items-center">
<div class="main-text-conatiner">
<h3 class="text-light">Web Developer</h3>
<h1 class="fw-bold text-white">Hi, I'm <span class="text-danger">Richu</span><br>
Sony From India</h1>
</div>
</div>
<!-- about me -->
<div class="container my-4 py-4 d-flex justify-content-between align-items-center about-container">
<div class="about-img-container w-75 m-2">
<img class="w-100 rounded" src="./assets/about-me-img.jpg" alt="richu-image">
</div>
<div class="container m-2 about-text-container">
<h1 class="text-white fw-bold">About me</h1>
<p class="text-light">Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempora, cum? Minima, pariatur numquam, quasi
doloribus vero ab labore veritatis voluptatibus error quos deleniti tempora dolorum eaque laborum.
Explicabo, temporibus blanditiis.</p>
<div class="d-flex align-items-center my-4 about-btn-container">
<button class="about-btns text-light active-link" onclick="ontab('skills')">Skills</button>
<button class="about-btns text-light" onclick="ontab('experience')">Experience</button>
<button class="about-btns text-light" onclick="ontab('education')">Education</button>
</div>
<div class="my-4 tab-contents active-tab" id="skills">
<ul>
<li><span>FrontEnd Development</span><br>Website FrontEnd Development</li>
<li><span>BackEnd Development</span><br>Website BackEnd Development</li>
<li><span>Full-Stack Development</span><br>Website Development</li>
</ul>
</div>
<div class="my-4 tab-contents" id="experience">
<ul>
<li><span>No Job Experience till now</span></li>
</ul>
</div>
<div class="my-4 tab-contents" id="education">
<ul>
<li><span>SSLC - 2018</span><br>St.Mary's English Medium High School,Naduvil,Kannur,Kerala</li>
<li><span>PUC - 2020</span><br>Naduvil Highier Secondary School,Naduvil,Kannur,Kerala</li>
<li><span>BCA - 2023</span><br>St.Aloysius(Autonomous)College,<br>Mangalore</li>
</ul>
</div>
</div>
</div>
<!-- services -->
<div class="container my-4">
<h1 class="text-white fw-bold my-4">My Services</h1>
<div class="container service-cards-container d-flex">
<div class="service-cards text-white p-4 mx-2 rounded">
<h2 class="fs-1 mb-4"><i class="fa-solid fa-code"></i></h2>
<h1>FrontEnd Design</h1>
<p>I can provide you a wonderfull FrontEnd design for your website.</p>
<button class="btn btn-danger">Learn more</button>
</div>
<div class="service-cards text-white p-4 mx-2 rounded">
<h2 class="fs-1 mb-4"><i class="fa-solid fa-server"></i></h2>
<h1>BackEnd Development</h1>
<p>I have been doing BackEnd for websites for 2 years.So I have a good knowledge in it</p>
<button class="btn btn-danger">Learn more</button>
</div>
<div class="service-cards text-white p-4 mx-2 rounded">
<h2 class="fs-1 mb-4"><i class="fa-solid fa-globe"></i></h2>
<h1>Full-Stack Development</h1>
<p>I have been doing Full-Stack Development for 3 months and I'm building my knowledge day by day.</p>
<button class="btn btn-danger">Learn more</button>
</div>
</div>
</div>
<!-- my work -->
<div class="container work-sec">
<h1 class="text-white fw-bold my-4">My Work</h1>
<div class="container d-flex justify-content-between work-card-container">
<a href="https://quriarbox-cln.vercel.app/" class="position-relative d-flex justify-content-center align-items-center flex-column rounded">
<div class="text-white fs-1"><i class="fa-solid fa-link"></i></div>
<div class="position-absolute bottom-0 d-flex p-2 container-fluid rounded justify-content-center align-items-center work-card-name-container">
<h2>Quariarbox</h2>
</div>
</a>
<a href="https://tasty-ric.vercel.app/" class="position-relative d-flex justify-content-center align-items-center flex-column rounded">
<div class="text-white fs-1"><i class="fa-solid fa-link"></i></div>
<div class="position-absolute bottom-0 d-flex p-2 container-fluid rounded justify-content-center align-items-center work-card-name-container">
<h2>Tasty</h2>
</div>
</a>
<a href="https://hft.vercel.app/" class="position-relative d-flex justify-content-center align-items-center flex-column rounded">
<div class="text-white fs-1"><i class="fa-solid fa-link"></i></div>
<div class="position-absolute bottom-0 d-flex p-2 container-fluid rounded justify-content-center align-items-center work-card-name-container">
<h2>HFT</h2>
</div>
</a>
</div>
</div>
<!-- contant -->
<div class="p-4 d-flex my-4 justify-content-evenly align-items-center contact-container vh-100">
<div class="container text-white contact-text-container">
<h1 class="fw-bold my-4">Contact Me</h1>
<div class="my-3"><span class="text-danger"><i class="fa-solid fa-paper-plane"></i></span> <span>[email protected]</span></div>
<div class="my-3"><span class="text-danger"><i class="fa-solid fa-phone"></i></span> <span>9947619644</span></div>
<div class="my-3 fs-2 text-light">
<a class="social-links mx-2" href="https://www.instagram.com/richu_sony_/"><i class="fa-brands fa-instagram"></i></a>
<a class="social-links mx-2" href="https://www.linkedin.com/in/richu-sony-858716285/"><i class="fa-brands fa-linkedin"></i></a>
<a class="social-links mx-2" href="https://github.com/richusony/"><i class="fa-brands fa-github"></i></a>
</div>
<button class="py-2 px-4 btn contact-cv-btn fs-5" type="button">Download CV</button>
</div>
<div class="form-container">
<form class="container-fluid">
<input class="d-block text-white py-2 px-3 w-100 my-3 rounded" id="name" type="text" placeholder="Name">
<input class="d-block text-white py-2 px-3 w-100 my-3 rounded" id="email" type="text" placeholder="Email">
<input class="d-block text-white py-5 px-3 w-100 my-3 rounded" id="message" type="text" placeholder="Message">
<button class="btn contact-submit-btn w-100 py-2 px-3" type="submit" onclick="formSubmit(event)">Submit</button>
</form>
</div>
</div>
<!-- footer -->
<footer>
<h1 class="text-center text-white fs-5 py-3">CopyRight © Developed By <span
class="text-danger"><b>Richu</b></span> Sony ♥</h1>
</footer>
<!-- bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/70218ce737.js" crossorigin="anonymous"></script>
<!-- javascript main -->
<script src="./index.js"></script>
</body>
</html>