-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutUs.html
More file actions
238 lines (214 loc) · 12 KB
/
aboutUs.html
File metadata and controls
238 lines (214 loc) · 12 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lan="en">
<head>
<title>B5</title>
<link rel = "stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand text-capitalize" href="#">Bootstrap project</a>
<button class="navbar-toggler" 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 ml-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-capitalize" href="aboutUs.html">About us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Services
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-capitalize" href="gallery.html">gallery</a>
</li>
<li class="nav-item">
<a class="nav-link text-capitalize" href="contactUs.html">contact us</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="main_heading my-5">
<div class ="text-center text-uppercase">
<h1>about us</h1>
<hr class="w-25 mx-auto"/>
</div>
<div class="container my-5">
<div class="row">
<div class="col-sm-6 text-center">
<figure>
<img src="images\img4.jpg" class="img-fluid about_img" alt="img">
</figure>
</div>
<div class="col-sm-6 d-flex justify-content-center align-itmes-start flex-column">
<h1>My Journey</h1>
<p>This is a Sample paragraph for thhe project purpose.Please don't consider this paragraph as any type of information <br/>
<button type="button" class="btn btn-outline-info my-2" class="btn btn-secondary" data-bs-toggle="tooltip"
data-bs-placement="right" title="My Info">Check More
</button>
</div>
</div>
</div>
</section>
<section class="main_heading my-5 bg-light">
<div class =" row text-center text-uppercase">
<h1>My Profile</h1>
<hr class="w-25 mx-auto"/>
</div>
<div class="container services">
<div class="row">
<div class="col-12 mx-auto row my-5">
<div class="card mb-3 col" style="max-width: 540px;">
<div class="row">
<div class="col-md-4">
<img src="images\instagram.jpg" alt="Kuch bhi" class="img-fluid">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title"></h5>
<p class="card-text"><a href="https://instagram.com/arist0tal?igshid=wgo05ik51h2o" target="_Instagram"><button type="button" class="btn btn-danger">View Profile</button></a></p>
<p class="card-text"><small class="text-muted"></small></p>
</div>
</div>
</div>
</div>
<div class="card mb-3 col" style="max-width: 540px;">
<div class="row">
<div class="col-md-4">
<img src="images\LinkedIn-Icon-Squircle-Dark.jpg" alt="Kuch bhi" class="img-fluid">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title"></h5>
<p class="card-text"><a href="https://www.linkedin.com/in/raghavendra-kesari-7b113b209" target="_Linkedin"><button type="button" class="btn btn-primary">View Profile</button></a></p>
<p class="card-text"><small class="text-muted"></small></p>
</div>
</div>
</div>
</div>
<div class="card mb-3 col" style="max-width: 540px;">
<div class="row">
<div class="col-md-4">
<img src="images\github-icon-vector-17.jpg" alt="Kuch bhi" class="img-fluid">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title"></h5>
<p class="card-text"><a href="https://github.com/Raghavendra-coder" target="_Github"><button type="button" class="btn btn-dark">View Profile</button></a></p>
<p class="card-text"><small class="text-muted"></small></p>
</div>
</div>
</div>
</div>
<div class="col-xxl-12 text-center my-5">
<button type="button" class="btn btn-outline-info"data-bs-toggle="modal" data-bs-target="#exampleModal">More Info</button>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Email</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
you can alson mail me :
rkeshari50@gmail.com
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Back</button>
<button type="button" class="btn btn-primary">ThankYou</button>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div id="navbar-example2" style="position: relative;">
<nav id="navbar-example2" class="navbar navbar-light bg-light px-3">
<a class="navbar-brand" href="#">More information</a>
<ul class="nav nav-pills">
<li class="nav-item">
<a class="nav-link" href="#fat">1st</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#mdo">2nd</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">Dropdown</a>
<ul class="dropdown-menu dropdown-menu-end">
<li><a class="dropdown-item" href="#one">3rd</a></li>
<li><a class="dropdown-item" href="#two">4th</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#three">5th</a></li>
</ul>
</li>
</ul>
</nav>
<div data-bs-spy="scroll" data-bs-target="#navbar-example2" data-bs-offset="0" tabindex="0"
style="height: 240px; overflow-y: scroll;">
<h4 id="fat">1st</h4>
<p>This is an example of an informal project proposal that a website design company might send to a fashion boutique.
Use this example to write your own project proposal that encourages clients, investors and other stakeholders to support
your vision.</p>
<h4 id="mdo">2nd</h4>
<p>This is an example of an informal project proposal that a website design company might send to a fashion boutique.
Use this example to write your own project proposal that encourages clients, investors and other stakeholders to support
your vision.</p>
<h4 id="one">3rd</h4>
<p>This is an example of an informal project proposal that a website design company might send to a fashion boutique.
Use this example to write your own project proposal that encourages clients, investors and other stakeholders to support
your vision.</p>
<h4 id="two">4th</h4>
<p>This is an example of an informal project proposal that a website design company might send to a fashion boutique.
Use this example to write your own project proposal that encourages clients, investors and other stakeholders to support
your vision.</p>
<h4 id="three">5th</h4>
<p>This is an example of an informal project proposal that a website design company might send to a fashion boutique.
Use this example to write your own project proposal that encourages clients, investors and other stakeholders to support
your vision.</p>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-secondary text-center text-white">
<p>©Copyright Raghavendra-Kesari</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.1/dist/umd/popper.min.js"
integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js"
integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous">
</script>
<script type="text/javascript">
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})
var scrollSpy = new bootstrap.ScrollSpy(document.body, {
target: '#navbar-example'
})
</script>
</body>
</html>