-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (181 loc) · 9.25 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Aditya Koshti</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/e01e2e819f.js" crossorigin="anonymous"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg text-uppercase">
<div class="container-fluid">
<a class="navbar-brand font-weight-bold" href="#">Aditya Koshti</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto">
<a class="nav-link px-lg-4 rounded" href="#">Home</a>
<a class="nav-link px-lg-4 rounded" href="#">Features</a>
<a class="nav-link px-lg-4 rounded" href="#">Pricing</a>
<a class="nav-link px-lg-4 rounded" href="#">Blogs</a>
</div>
</div>
</div>
</nav>
<!-- main section here -->
<section class="main py-5 text-center mx-auto">
<div class="container py-5 mx-auto">
<div class="row py-5">
<div class="col-lg-6 py-5">
<h3>
<small>Hello, I'm</small><br>
Aditya
</h3>
<h6 class="mx-auto my-2">A Web-Developer</h6>
<input type="button" value="My Work" class="bt1 m-5 mr-3">
<input type="button" value="Hire ME" class="bt2 m-5">
</div>
</div>
</div>
</section>
<section class="about py-5">
<div class="container py-5">
<div class="row py-5">
<div class="col-lg-5">
<img data-aos="fade-right" data-aos-duration="1200" src="../assets/boy.avif" class="img-fluid" alt="">
</div>
<div class="col-lg-7">
<h1>About Me</h1>
<p>WEB DEVELOPER & BLOCKCHAIN ENTHUSIAST</p>
<p class="py-2">I'm <span class="font-weight-bold">Aditya Koshti</span> , a passionate web developer and blockchain enthusiast. With a knack for crafting clean and
functional websites, I thrive on turning ideas into reality through elegant code. When I'm not coding, you'll find me diving
deep into the world of blockchain technology, exploring its endless possibilities. Let's connect and build something incredible
together!</p>
<div class="progress">
<div class="pro-value1">
<p> HTML / CSS / JAVASCRIPT <span class="text-white float-right">95%</span></p>
</div>
</div>
<div class="progress">
<div class="pro-value2">
<p> MERN Stack <span class="text-white float-right">85%</span></p>
</div>
</div>
<div class="progress">
<div class="pro-value3">
<p> DATABASE / ORMs <span class="text-white float-right">70%</span></p>
</div>
</div>
<div class="progress">
<div class="pro-value4">
<p> NEXT.js <span class="text-white float-right">60%</span></p>
</div>
</div>
<input type="button" class="btn1 mt-3 ml-2" value="Download CV">
<input type="button" class="btn2 mt-3 ml-2" value="Contact ME">
</div>
</div>
</div>
</section>
<section class="services py-5 bg-light">
<div class="container">
<h1 class="text-center pb-5">SERVICES</h1>
<div class="row">
<div class="col-lg-4 mb-3">
<div data-aos="fade-right" data-aos-duration="800" class="card text-center">
<div class="card-body">
<div class="circle">
<span> <i class="fas fa-desktop"></i></span>
</div>
<h4 class="font-weight-bold pb-2">Web Design</h4>
<p>Crafting captivating web designs that blend aesthetics with functionality, I strive to create
immersive digital experiences.</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-3">
<div data-aos="zoom-in" data-aos-duration="800" class="card text-center">
<div class="card-body">
<div class="circle">
<span><i class="fa-solid fa-mobile"></i></i></span>
</div>
<h4 class="font-weight-bold pb-2">Responsive</h4>
<p>Ensuring seamless adaptability across devices, my designs
prioritize responsiveness for an optimal user experience.</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-3">
<div data-aos="fade-left" data-aos-duration="800" class="card text-center">
<div class="card-body">
<div class="circle">
<span> <i class="fas fa-link"></i></span>
</div>
<h4 class="font-weight-bold pb-2">Blockchain</h4>
<p>"Empowering decentralized solutions, my blockchain expertise drives innovation in digital trust and security."</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="container">
<h1 class="text-center">Contact ME </h1>
<div class="row py-5">
<div class="col-lg-10 mx-auto">
<div class="row text-center">
<div class="col-lg-4">
<div class="circle"><span><i class="fas fa-home-alt"></i></span></div>
<h5>Address</h5>
<p>Plot-19 Sect-26 Akurdi Pune</p>
</div>
<div class="col-lg-4">
<div class="circle"><span><i class="fas fa-envelope"></i></span></div>
<h5>Email</h5>
<p>[email protected]</p>
</div>
<div class="col-lg-4">
<div class="circle"><span><i class="fas fa-phone"></i></span></div>
<h5>Phone</h5>
<p>+91 9767202189</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-9 mx-auto">
<form action="">
<div class="form-row row">
<div class="col-lg-6">
<input type="text" class="form-control bg-light mb-3" placeholder="Name">
</div>
<div class="col-lg-6">
<input type="text" class="form-control bg-light mb-3" placeholder="Email">
</div>
</div>
<div class="form-row">
<div class="col-lg-12">
<textarea name="" id="" class="form-control bg-light " cols="30" rows="10" placeholder="Message..."></textarea>
</div>
</div>
<button class="btn3 my-4"> Submit</button>
</form>
</div>
</div>
</div>
</section>
<footer class="py-3 text-center">
<p>Copy Right 2023 © By Aditya Koshti All Rights Reserved</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>