-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
105 lines (80 loc) · 3.37 KB
/
portfolio.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<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.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<!-- File CSS-->
<link rel="stylesheet" href="style.css" />
<!-- AOS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="fontawesome/css/all.min.css" />
<title>XII STUDIO</title>
</head>
<body class="d-flex flex-column min-vh-100">
<!-- Navbar-->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom shadow-sm">
<div class="container">
<a class="navbar-brand" href="index.html">
<img href="index.html" src="img/logo.png" alt="" width="24" height="30" class="d-inline-block align-text-top">
XII Studio
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="portfolio.html">Portfolio</a>
<a class="nav-link" href="documentation.html">Documentation</a>
<a class="nav-link" href="findus.html">Find Us</a>
</div>
</div>
</div>
</nav>
<!-- Navbar akhir-->
<!-- Jumbotron -->
<div class="jumbotron jumbotron-portfolio-bg">
<h1 class="display-4 text-center" data-aos="zoom-in-right" data-aos-duration="2000">PORTFOLIO</h1>
<p class="lead text-center" data-aos="zoom-in-left" data-aos-duration="2000">The proof that we are professional and certified.</p>
</div>
<!-- Jumbotron akhir -->
<h3 class="mt-5 text-center">GAMES</h3>
<div>
<div class="container">
<div class="row text-center">
<a href="">
<img src="img/aaronjungle.png" width="256x" height="128px">
</a>
</div>
</div>
</div>
<br>
<br>
<br>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({});
</script>
</body>
<!-- Footer -->
<footer class="text-center text-white text-lg-start footer-custom ">
<div class="container d-flex justify-content-center py-4">
<p>XII Studio - Batam Centre, Batam City, Riau Island</p>
</div>
<!-- Copyright -->
<div class="text-center text-white p-3" style="background-color: rgba(0, 0, 0, 0.1);">
© 2022:
<a>XII Studio</a>
<p class="font-italic">This responsive web is designed for Sevent Web Competition by Institut Teknologi Telkom Purwokerto </p>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</section>
</div>
</footer>
</html>