-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (49 loc) · 2.49 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
55
56
57
58
59
<html>
<head>
<meta charset="utf-8">
<title>
ozgurseng
</title>
<meta name="keywords" content="Software Engineer - SENG - HTML, CSS, JavaScript">
<meta name="author" content="Kelleci">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body class="d-flex h-100 text-center text-bg-dark">
<!-- Navbar Basladim -->
<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"><a href="https://github.com/ozgurseng" class="btn btn-default text-white">ozgurseng</a>
</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
</nav>
</div>
</header>
<!-- Main Content Basladim -->
<main class="px-3">
<h1>:)</h1>
<p class="lead">we just get started...</p>
<p class="lead">
<a href="https://ozgurseng.github.io/cramers_rule/" class="text-white btn btn-md btn-outline-warning m-1">Cramer's Rule Calculate</a>
<a href="https://ozgurseng.github.io/basic_div_template/" class="text-white btn btn-md btn-outline-success">Basic Div Template</a>
<a href="https://ozgurseng.github.io/finalexam_div_template/" class="text-white btn btn-md btn-outline-success">Final Exam 2023 - Web Design</a>
</p>
</main>
<!-- Footer Basladim -->
<footer class="mt-auto text-white-50">
<p>This project was developed by ozgur. For more <a href="https://github.com/ozgurseng"
class="btn btn-md btn-outline-success">ozgurseng</a>.</p>
</footer>
</div>
<!-- JS, Popper.js, and jQuery -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js"
integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>