-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
63 lines (51 loc) · 2.56 KB
/
contact.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<title>Contact</title>
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<!-- <h1>The first page</h1> -->
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<h3 class="float-md-start mb-0">hi_rullah</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<!-- <a class="nav-link active" aria-current="page" href="https://hi-rullah.github.io/">Home</a>
<a class="nav-link" href="#">About me</a>
<a class="nav-link" href="#">Contact</a> -->
</nav>
</div>
</header>
<main class="px-3">
<h1></h1>
<p class="lead">Twitter <a href="https://twitter.com/hi_rullah" class="text-white">@hi_rullah</p>
<p class="lead">
<h2></h2>
<!-- <h2>Blog</h2> -->
<!-- <a href="#" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Learn more</a> -->
<!-- <button type="button" class="btn btn-light">Light</button> -->
<!-- <a class="btn btn-primary" href="#" role="button">Link</a> -->
</p>
</main>
<p>
<!-- vertical space -->
</p>
<footer class="mt-auto text-white-50">
<p>hi_rullah</a>.</p>
</footer>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>
-->
</body>
</html>