-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (177 loc) · 9.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</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://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" href="./img/port.png">
</head>
<body>
<!-- profile start -->
<div class="container-fluid bg-dark p-4">
<div class="row">
<div class="col-lg-6 col-md-6 col-12 d-flex justify-content-center align-items-center">
<div class="text-white">
<h5>Hello,My name</h5>
<h1 class="fw-bolder mt-2">Anjitha M M</h1>
<h4 class="mt-2">Full Stack Developer</h4>
<button class="btn btn-outline-light rounded-pill p-2 btn-lg mt-2">Download CV</button>
<button class="btn btn-outline-light rounded-pill p-2 btn-lg mt-2 ms-2">Play Videos</button>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 d-flex justify-content-center mt-lg-0 mt-md-0 mt-3">
<img src="./img/unnamed2.jpg" alt="" class="w-50 rounded-circle " style="height: 400px; border-radius: 73% 27% 46% 54% / 47% 30% 70% 53% ;" >
</div>
</div>
</div>
<!-- profile end -->
<!-- about me start -->
<div class="container mt-4">
<h1 class="text-center text-dark fw-bolder">ABOUT ME</h1>
<div class="row py-5">
<div class="col-lg-6 col-md-6 col-12">
<img src="./img/photo.jpg" alt="no image" class="w-75 " height="300px">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h4 class="fw-bold ">UI/UX Designer & Full Stack Developer</h4>
<pclass
lh-lgcc>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Corrupti cum inventore nobis minus, sed blanditiis ratione quae maxime? Doloribus sint non sapiente debitis error nam voluptate dolore nostrum odit culpa!</p>
<div class="row py-4">
<div class="col-6">
<p><span class="fw-bold">Name</span>:Anjitha M M</p>
<p><span class="fw-bold">Degree</span>:B-Tech</p>
<p><span class="fw-bold">Phone</span>:9037565446</p>
<p><span class="fw-bold">Address</span>:Calicut</p>
<p>
<button class="btn btn-outline-dark rounded-pill px-3">Learn More</button>
<button class="btn btn-outline-secondary rounded-pill px-3">Hire Me</button>
</p>
</div>
<div class="col-6">
<p>Birthday:06-10-2000</p>
<p>Experience:1 years</p>
<p>Email:[email protected]</p>
<p>Freelance:anjitha@tech</p>
</div>
</div>
</div>
</div>
</div>
<!-- about me end -->
<!-- skills section start-->
<div class="container">
<div class="row">
<h1 class="text-center fw-bold text-dark fw-bold">My Skills</h1>
<div class="col-lg-6 col-md-6 col-12 mt-3 mb-3">
<p>Html</p>
<div class="progress" role="progressbar" aria-label="Danger example" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-danger" style="width: 100%">100%</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-3 mb-3">
<p>CSS</p>
<div class="progress" role="progressbar" aria-label="Info example" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-info text-dark" style="width: 90%">90%</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-3 mb-3">
<p>Bootstrap</p>
<div class="progress" role="progressbar" aria-label="Warning example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-warning text-dark" style="width: 85%">85%</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-3 mb-3">
<p>MySQL</p>
<div class="progress" role="progressbar" aria-label="Danger example" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-success" style="width: 80%">80%</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-3 mb-3">
<p>Python</p>
<div class="progress" role="progressbar" aria-label="Danger example" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-danger" style="width: 75%">75%</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12 mt-3 mb-3">
<p>Django</p>
<div class="progress" role="progressbar" aria-label="Warning example" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar bg-warning text-dark" style="width: 50%">50%</div>
</div>
</div>
</div>
</div>
<!-- skill section end -->
<!-- projects start -->
<div class="container">
<h1 class="text-center fw-bold text-dark mt-4 ">My Projects</h1>
<div class="w-100 d-flex justify-content-center ">
<button class="btn btn-outline-dark rounded-pill me-3"> CRM</button>
<button class="btn btn-outline-dark rounded-pill me-3">Ecom</button>
<button class="btn btn-outline-dark rounded-pill me-3">SocialNetwork</button>
<button class="btn btn-outline-dark rounded-pill me-3">Booking App</button>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<img src="./img/1.jpeg" alt="" class="w-75 mt-5" height="200px">
</div>
<div class="col-lg-4 col-md-6 col-12">
<img src="./img/2.png" alt="" class="w-75 mt-5" height="200px">
</div>
<div class="col-lg-4 col-md-6 col-12">
<img src="./img/3.png" alt="" class="w-75 mt-5" height="200px">
</div>
<div class="col-lg-4 col-md-6 col-12">
<img src="./img/9.jpg" alt="" class="w-75 mt-5" height="200px">
</div>
<div class="col-lg-4 col-md-6 col-12">
<img src="./img/5.webp" alt="" class="w-75 mt-5" height="200px">
</div>
<div class="col-lg-4 col-md-6 col-12">
<img src="./img/8.png" alt="" class="w-75 mt-5" height="200px">
</div>
</div>
</div>
<!-- project end -->
<!-- contact me start -->
<div class="container mt-4">
<h3 class="text-center fw-bold text-dark">Contact Me</h3>
<form action="">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
Name:<input type="text" class="form-control">
</div>
<div class="col-lg-6 col-md-6 col-12">
Email:<input type="text" class="form-control">
</div>
<div class="col-12">
Subject:<input type="text" class="form-control">
</div>
<div class="col-12">
Message:<input type="text" class="form-control">
</div>
<div class="mt-3 d-flex justify-content-center">
<button class="btn btn-outline-dark rounded-pill">Send Message</button>
</div>
</div>
</form>
</div>
<!-- contact me end -->
<div class=" container-fluid bg-dark text-white p-5 mt-5">
<div>
<p class="text-center">Copyright @ 2023</p>
</div>
<div>
<p class="d-flex justify-content-center">
<i class="fa-brands fa-facebook me-2 "></i>
<i class="fa-brands fa-google me-2 "></i>
<i class="fa-brands fa-github me-2"></i>
<i class="fa-brands fa-instagram me-2"></i>
</p>
</div>
</div>
</body>
</html>