-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEXXindex.html
89 lines (68 loc) · 2.88 KB
/
EXXindex.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
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Projects">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.82.0">
<title>Portfolio</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/cover/"/>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous"/>
<!-- Bootstrap core CSS -->
<link href="/docs/5.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles -->
<link href="cover.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div class="#">
<h3 class="float-md-start mb-0">My Portfolio</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link active" aria-current="page" href="#">Home</a>
<a class="nav-link dropdown-toggle" href="#" id="navbarScrollingDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Projects</a>
<ul class="dropdown-menu" aria-labelledby="navbarScrollingDropdown">
<li><a class="dropdown-item" href="#">Project 1</a></li>
<li><a class="dropdown-item" href="#">Project 2</a></li>
<li><hr class="dropdown-item"/> Project 3 </li>
<li><a class="dropdown-item" href="#">Other...</a></li>
</ul>
<a class="nav-link" href="#">Contact Me</a>
</nav>
</div>
</header>
<main class="px-3">
<div class="hero-img rounded ">
<h1>Bilal Baslar</h1>
<p class="lead"><b>Mechatronics student</b>, with aircraft maintenance experience. Always looking to grow and innovate. Learning to code HTML, CSS, JS.</p>
<p class="lead">
<a href="#" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Want to know more?</a>
</p>
</div>
<div>
<p>
A
</p>
</div>
</main>
<footer class="mt-auto text-white-50">
<P></P>
</footer>
</div>
</body>
</html>