-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavi.html
182 lines (175 loc) · 7.71 KB
/
navi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge">-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NavBar Demo</title>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="./kmit-bar.png">
</head>
<body>
<div class="container-fluid g-5">
<nav class="navbar navbar-expand-lg bg-warning g-2 sticky-top">
<div class="container-fluid">
<img src="./kmit-bar.png" alt="Bootstrap" width="30" height="24">
<a class="nav-link active text-light p-2 border bg-dark" aria-current="page" href="#">About Me</a>
<a class="nav-link text-light p-2 border bg-success" href="#education">Education</a>
<a class="nav-link text-light p-2 border bg-secondary" href="#projects">Projects</a>
<a class="nav-link text-light p-2 border bg-danger" href="#contact-me">Contact Me</a>
</div>
</nav>
<div id="about-me">
<p class="display-5 text-dark">About Me</p>
<div class="row">
<div class="col-5">
<img src="./hum.jpeg" alt="myimage" class="img-thumbnail rounded-circle"/>
</div>
<div class="col">
<p><strong>IM A SAMPLE</strong></p>
<ul>
<li>Exceptionally well organized and resourceful Professional with more than six years experience and a
solid academic background in accounting and financial management;</li>
<li>Excellent analytical and problem solving skills;</li>
<li>Able to handle multiple projects while producing high quality work in a fast-paced,
deadline-oriented environment.</li>
</ul>
</div>
</div>
</div>
<hr>
<div id="education">
<p class="display-5 text-dark">My Education</p>
<table class="table table-striped table-hover border-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Education</th>
<th scope="col">Year</th>
<th scope="col">CGPA</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>SSC</td>
<td>2018</td>
<td>9.8</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Intermediate</td>
<td>2020</td>
<td>9.7</td>
</tr>
<tr>
<th scope="row">3</th>
<td>B.Tech</td>
<td>2024</td>
<td>8.5</td>
</tr>
</tbody>
</table>
</div>
<hr>
<div id="projects">
<p class="display-5 text-dark">My Projects <button type="button" class="btn btn-primary position-relative">
Total Projects
<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-secondary">
99+
</span>
</button></p>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Project 1</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="#" class="btn btn-primary">Check Here</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Project 2</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="#" class="btn btn-primary">Check here</a>
</div>
</div>
</div>
<div class="col-sm-6 my-5">
<div class="card">
<div class="card-body">
<h5 class="card-title">Project 3</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="#" class="btn btn-primary">Check Here</a>
</div>
</div>
</div>
<div class="col-sm-6 my-5">
<div class="card">
<div class="card-body">
<h5 class="card-title">Project 4</h5>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
<a href="#" class="btn btn-primary">Check here</a>
</div>
</div>
</div>
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-center">
<li class="page-item"><a class="page-link" href="#">Previous</a></li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">Next</a></li>
</ul>
</nav>
</div>
<hr>
<div id="contact-me">
<p class="display-5 text-dark">Contact Me</p>
<div class="row">
<div class="col-2">
<p>A. SAMPLE I</p>
<p>1234 North 55 Street</p>
<p>Bellevue, Nebraska 68005</p>
<p>(402) 292-2345</p>
<p>[email protected]</p>
</div>
<div class="col-10">
<p>Let me reach you out!</p>
<div class="row">
<div class="col">
<div class="form-floating mb-3">
<input type="text" class="form-control" name="" id="" placeholder="Name">
<label for="">Name</label>
</div>
</div>
<div class="col">
<div class="form-floating mb-3">
<input type="email" class="form-control" id="" placeholder="Email">
<label for="">Email</label>
</div>
</div>
</div>
<div class="form-floating mb-3">
<input type="text" class="form-control" id="" placeholder="Subject">
<label for="">Subject</label>
</div>
<div class="form-floating mb-3">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="5" placeholder="Message"></textarea>
<label for="">Message</label>
</div>
<div mb-3>
<input class="btn btn-primary" type="submit" value="Submit">
</div>
</div>
</div>
</div>
</div>
</body>
</html>