forked from ererobe95/Adeyanju
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author"
content="FoMA">
<meta name="viewport"
content="width=device-width, initial scale=1.0">
<title>Adeyanju</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="mdb.min.css">
<link rel="stylesheet" href="Background-Slider-Plugin-jQuery-sliderResponsive/sliderResponsive.css">
<link rel="stylesheet" href="pro.css">
<link href="https://fonts.googleapis.com/css2?family=Cabin&family=Playfair+Display&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Recursive&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lemonada&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montez&display=swap" rel="stylesheet">
<style>
body{
background: rgba(0,0,0,0.9);
margin: 0;
color:#fff;
font-family: "recursive";
}
</style>
</head>
<body class="animate__animated animate__zoomIn animate animate__slower">
<header class="showcase" onclick="slide()">
<div class="content align-self-center">
<h4 class="text-center"><a href="./home.html"><button>DecentPhotograpy</button></a></h4>
<h5 class="text-center">Capture Every Moment</h5>
</div>
</header>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/wow.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="mdb.min.js"></script>
<script src="Background-Slider-Plugin-jQuery-sliderResponsive/sliderResponsive.js"></script>
<script src="project.js"></script>
<script type="text/javascript">
new WOW().init();
</script>
<script>
</body>
</html>