-
Notifications
You must be signed in to change notification settings - Fork 1
/
hamburgonclick.html
62 lines (55 loc) · 2.99 KB
/
hamburgonclick.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - SuperDrib</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Eczar:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C500%2C600%2C700"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Eczar%3A400%2C500%2C600"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Gentium+Basic%3A400%2C700"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter%3A400"/>
<link rel="stylesheet" href="hamburgr.css">
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">SuperDrib<span style="color:#FFC700">.</span></span></a>
</nav>
<section class="subscribe-sectionx">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-4 col-xl-4 mb-4">
<div class="subscribe-componentx">
<a href="index.html">HOME</a>
</div>
<div class="subscribe-componentx">
<a href="about.html">ABOUT</a>
</div>
<div class="subscribe-componentx">
<a href="work.html">WORK</a>
</div>
<div class="subscribe-componentx">
<a href="index.html">SERVICES</a>
</div>
<div class="subscribe-componentx">
<a href="contact-us.html">CONTACT</a>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>