-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuser_profile3.html
181 lines (142 loc) · 5.99 KB
/
user_profile3.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
<!DOCTYPE html>
<html>
<head>
<title>Grihalakshmi|User Profile</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<style>
*{
margin: 0;padding: 0;font-family: 'Josefin Sans', sans-serif;
}/*universal */
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Grihalakshmi</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto mr-5 px-3">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign_in.html">Sign In</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign_up.html">Sign Up</a>
</li>
</ul>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Nita Devi
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Connections</a>
<a class="dropdown-item" href="sign_in.html">Sign Out</a>
</div>
</li>
</div>
</nav>
</header>
<div class="row py-5 px-4">
<div class="col-md-5 mx-auto">
<div class="bg-white shadow rounded overflow-hidden">
<div class="px-4 pt-0 pb-4 cover">
<div class="media align-items-end profile-head">
<div class="profile mr-3">
<img src="profile_pic2.JPG">
<div class="media-body mb-5 text-white">
<br>
<h4 class="mt-0 mb-0 text-center bg-dark text-white">Seema</h4>
<p class="text-center bg-dark text-white"><i class="fas fa-map-marker-alt mr-2 "></i>Uttar Pradesh</p>
<p class="text-center bg-dark text-white">+91 9856435666</p>
<p class="text-center bg-dark text-white">[email protected]</p>
</div>
</div>
</div>
</div>
<div class="bg-light p-4 d-flex justify-content-end text-center">
<ul class="list-inline mb-0">
<li class="list-inline-item">
<h5 class="font-weight-bold mb-0 d-block">21</h5>
<small class="text-muted"><i class="fas fa-image mr-1">Connections</i></small>
</li>
<li class="list-inline-item">
<h5 class="font-weight-bold mb-0 d-block">21</h5>
<small class="text-muted"><i class="fas fa-image mr-1">Following</i></small>
</li>
<li class="list-inline-item">
<h5 class="font-weight-bold mb-0 d-block">5</h5>
<small class="text-muted"><i class="fas fa-image mr-1">Followers</i></small>
</li>
</ul>
</div>
<div class="py-4 px-4">
<div class="">
<h4 class="text-center">About</h4>
<br>
<p>Hailing from a middle class family of UP, I am Seema. I am a homemaker. I feel glad to be the part of this great portal Grihlakshmi where I can connect with women of my background who have in turn become such great friends, who are both helpful and loving . </p>
<br>
<h5 class="mb-0">My Journey</h5>
<br>
<p>I started preparing food for the PG students who lived nearby my house.I got to know of this portal and I registered here .Initially,I knew only Indian Cuisine,but now Thanks to Grihlakshmi, I can now make Chinese,Italian,Continental Cuisines!! The portal made it possible to connect to experienced women and thereby I have learnt. </p>
</div>
</div>
</div>
</div>
</div>
<section>
<div class="container-fluid">
<h1 class="text-center text-capitalize pt-5">Recent Activities</h1>
<hr class="w-25 mx-auto pt-5">
<div class="row">
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="food2.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="food3.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="food4.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="food5.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="food6.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="food7.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="cooking.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="food2.jpg" class="img-fluid">
</div>
</div>
</section>
<footer>
<div class="pt-5">
<p class="text-center bg-dark text-white">@copyright Grihalakshmi- Sarang 2020</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>