-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
100 lines (93 loc) · 4.37 KB
/
about.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
<!doctype html>
<html lang="en" class="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>Family album | About</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/cover/">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.carousel-item img {
object-fit: cover;
height: 100%;
}
.carousel-inner div {
height: 100%;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<!-- Container -->
<div class="d-flex w-100 h-100 p-3 mx-auto flex-column" style="max-width: 1000px;min-width: 300px;">
<!-- Navbar -->
<header class="mb-auto">
<div>
<h3 class="float-md-start mb-0">My Family</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link" href="./index.html">Home</a>
<a class="nav-link" href="./gallery.html">Gallery</a>
<a class="nav-link" href="./events.html">Events</a>
<a class="nav-link" href="./birds.html">L-Birds</a>
<a class="nav-link active" aria-current="page" href="./about.html">About me</a>
</nav>
</div>
</header>
<h1 style="margin: 5rem auto 2rem auto;">About me</h1>
<!-- About me -->
<main class="my-5">
<div class="container">
<!--Section: News of the day-->
<section class="border-bottom pb-4 mb-5">
<div class="row gx-5">
<div class="col-md-6 mb-4">
<div class="bg-image hover-overlay ripple shadow-2-strong rounded-5"
data-mdb-ripple-color="light">
<img src="https://mdbootstrap.com/img/new/slides/080.jpg" class="img-fluid" />
<a href="#">
<div class="mask" style="background-color: rgba(251, 251, 251, 0.15);"></div>
</a>
</div>
</div>
<div class="col-md-6 mb-4">
<span class="badge bg-danger px-2 py-1 shadow-1-strong mb-3">@me</span>
<h4><strong>J Rayan</strong></h4>
<p class="">
student at mazharul uloom college,ambur. consectetur adipisicing elit. Facilis
consequatur
eligendi quisquam doloremque vero ex debitis veritatis placeat unde animi laborum
sapiente illo possimus, commodi dignissimos obcaecati illum maiores corporis.
</p>
<button type="button" class="btn btn-primary">Contact me</button>
</div>
</div>
</section>
</div>
</main>
<footer class="mt-auto text-white-50">
<p>Created with love and passion for family & friends of <a href="#" class="text-white">Rayan</a>, by <a
href="https://rayforever.me/light-portofolio" class="text-white">@ray</a>.</p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>