-
Notifications
You must be signed in to change notification settings - Fork 0
/
res.html
87 lines (77 loc) · 3.8 KB
/
res.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
<!DOCTYPE html>
<html lang="en" >
<head>
<title>holiday</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="res.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Monoton|Notable|Acme|Sniglet|Source+Code+Pro|Special+Elite&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!--<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>-->
</head>
<body>
<!--navbar-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav my-2 my-lg-0" style="font-family: Acme; font-size: 18px;">
<li class="nav-item">
<a class="nav-link" href="./indexx.html">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./food.html">EAT</a>
</li>
<li class="nav-item">
<a class="nav-link " href="./travel.html" tabindex="-1" aria-disabled="true">TRAVEL</a>
</li>
<li class="nav-item">
<a class="nav-link " href="./hol.html" tabindex="-1" aria-disabled="true">HOLIDAY</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="./res.html" tabindex="-1" aria-disabled="true">RESOURCE</a>
</li>
</ul>
</div>
<h3 style="font-family: Monoton">The Big Outside</h3>
</nav>
<!--navbar-->
<div class="top"><h1 style="color: aliceblue; font-family: Sniglet">Get Dirty--please!!</h1>
<div class="button"><button type="button" class="btn btn-primary btn-lg">Explore</button></div>
</div>
<div class="main">
<div class="container-fluid">
<div class="row">
<div class="col-md-3" align="center">
<a href="./gear.html"><i class="fa fa-briefcase" style="font-size:55px;" aria-hidden="true"></i>
<h3 style="font-family: Sniglet">
GEAR
</h3></a>
</div>
<div class="col-md-3" align="center">
<a href="./trip.html"><i class="fa fa-globe" style="font-size:55px;" aria-hidden="true"></i>
<h3 style="font-family: Sniglet">
TRIPS
</h3></a>
</div>
<div class="col-md-3" align="center">
<a href="./skills.html"><i class="fa fa-free-code-camp" style="font-size:55px;" aria-hidden="true"></i>
<h3 style="font-family: Sniglet">
SKILLS
</h3></a>
</div>
<div class="col-md-3" align="center">
<a href="./survival.html"><i class="fa fa-paw" style="font-size:55px;" aria-hidden="true"></i>
<h3 style="font-family: Sniglet">
SURVIVAL
</h3></a>
</div>
</div>
</div>
</div>
</body>
</html>