-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (38 loc) · 1.66 KB
/
index.html
File metadata and controls
47 lines (38 loc) · 1.66 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>One Page Wonder - Start Bootstrap Template</title>
<!-- Required meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="assets/css/style.css?v0.1" rel="stylesheet">
<link rel="stylesheet" href="/website/assets/css/brunoStyles.css">
</head>
<body>
<!-- Navigation -->
<div class="container-fluid">
<span require-file="./templates/navbar.html"></span>
<!-- Full Width Image Header -->
<span require-file="./templates/tagline.html"></span>
</div>
<!-- Page Content -->
<div class="container-fluid">
<!-- First Featurette -->
<span require-file="./templates/first_heading.html"></span>
<span require-file="./templates/services.html"></span>
<span require-file="./templates/portfolio.html"></span>
<span require-file="./templates/contact.html"></span>
<span require-file="./templates/footer.html"></span>
</div>
<!-- /.container -->
<script type="text/javascript"
src="https://cdn.rawgit.com/alesanchezr/html-template-engine/master/dist/html-template-engine.js?autoload"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="assets/js/fix.js"></script>
<!-- Optional JavaScript -->
<script src="/website/assets/js/portfolioBruno.js"></script>
</body>
</html>