-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 2.33 KB
/
index.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
<!DOCTYPE html>
<html lang="en" class="h-100">
<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">
<meta name="description" content="One is a portfolio template for showcasing your talents in a simple and beautiful manner. All the colours, fonts, images are customizable to your specifications.">
<link rel="preload, stylesheet" href="/one/assets/css/bootstrap.min.css">
<link rel="preload, stylesheet" href="/one/assets/css/one.css">
<title>One | by Heksagon</title>
<!--Add Custom Favicons here
<link rel="apple-touch-icon" href="" sizes="180x180">
<link rel="icon" href="" sizes="32x32" type="image/png">
<link rel="icon" href="" sizes="16x16" type="image/png">
<link rel="manifest" href="">
<link rel="mask-icon" href="" color="">
<link rel="icon" class="icon" href="">-->
<style>
.bd-placeholder-img {
font-size: 1.2rem;
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>
</head>
<body>
<header>
<h1 class="position-absolute top-0 start-50 translate-middle-x p-3 the-title">One</h1>
<p class="position-absolute top-0 start-50 translate-middle-x mt-5 p-3 the-sub">A template by <a href="//www.heksagon.net">Heksagon</a>.</p>
</header>
<main class="one-main text-center m-auto" >
<h1>First Impressions<br>Count.</h1>
<p>One is a portfolio template for showcasing your talents in a simple and beautiful manner. All the colours, fonts, images are customizable to your specifications.</p>
<a href="/one/contact/"><button class="btn btn-outline-light border-3 rounded-pill" type="submit"><span>Contact Me</span></button></a>
</main>
<footer>
<nav class="nav position-absolute bottom-0 start-50 translate-middle-x p-3">
<a class="nav-link active" aria-current="page" href="/one/">Home</a>
<a class="nav-link" href="/one/portfolio/">Portfolio</a>
<a class="nav-link" href="/one/contact/">Contact</a>
</nav>
</footer>
</body>
</html>