-
Notifications
You must be signed in to change notification settings - Fork 1
/
logo.html
121 lines (108 loc) · 6.74 KB
/
logo.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Logo Page</title>
<!-- Bootstrap link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- Google 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=Montserrat&display=swap" rel="stylesheet">
<!-- FontAwsome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!-- CSS Link -->
<link rel="stylesheet" href="index.css">
</head>
<body>
<section id="navigation-branch">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#"><img src="img/logo-main.png"> CSCult</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="clubs.html">Clubs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
</ul>
</div>
</nav>
</section>
<section id="logo-page">
<h1>One Logo , Multiple Meanings</h1>
<div class="row">
<div class="col-lg-7 content1">
<h3>Why the hexagon?</h3>
<p>Hexagon is nature’s most preferred shape. And if you are a Marvel fan, you do know the relevance of hexagons in the grandeur of the multiverse.</p>
<p>We find hexagons in all kinds of places. Honeycomb, soap bubbles, cactus, hyperspeed portals in the Marvel multiverse. The hexagon is the strongest and the best-packed structure in all shapes.</p>
<p>Our logo represents strength and uniformity. Our idea and the team behind it all is strong, stable and uniform just like the hexagon.</p>
</div>
<div class="col-lg-4">
<img src="img/logo-green.png" class="logo1" alt="">
</div>
</div>
<div class="row">
<div class="col-lg-7 content2">
<h3>The colors of our logo</h3>
<p>Our logo ranges from blue to pink. The whole gradient represents our mainstream community platforms, the likes of Twitter, LinkedIn, Discord and Instagram.</p>
<p>The gradient also represents that our community comes in all colors. We accept people of all genders and sexualities.</p>
<p>And the logo also covers the fact that we accept people of all disciplines. Science, technology and the other fields, the likes of finance, philosophy, arts, et cetera.</p>
</div>
<div class="col-lg-4">
<img src="img/logo-main.png" class="logo2" alt="">
</div>
</div>
</section>
<section id="footer">
<div class="row">
<div class="col-lg-1"><h4>CSCult</h4></div>
<div class="col-lg-1"><a href="logo.html"><img class="footer-logo" src="img/logo-main.png" alt=""></a></div>
</div>
<div class=" content-box">
<div class="content">
<ul>
<h5>EXPLORE</h5>
<li><a href="index.html"><button class="btn btn-none btn-outline-light">About</button></a></li>
<li><a href="index.html"><button class="btn btn-none btn-outline-light">Events</button></a></li>
<li><a href="product.html"><button class="btn btn-none btn-outline-light">Products</button></a></li>
<li><a href="clubs.html"><button class="btn btn-none btn-outline-light">Clubs</button></a></li>
<li><a href="team.html"><button class="btn btn-none btn-outline-light">Team</button></a></li>
</ul>
</div>
<div class="content">
<ul>
<h5>SOCIAL MEDIA</h5>
<li><a target="_blank" href="https://instagram.com/cscult.in"><i class="fab fa-instagram-square fa-2x"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/company/cscult"><i class="fab fa-linkedin fa-2x"></i></a></li>
<li><a target="_blank" href="https://twitter.com/CSCultOfficial"><i class="fab fa-twitter fa-2x"></i></a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCn2bhZWnwi51vGFVr3bqR8w"><i class="fab fa-youtube fa-2x"></i></a></li>
<li><a target="_blank" href="https://discord.gg/fjkauFJ3jB"><i class="fab fa-discord fa-2x"></i></a></li>
<li><a target="_blank" href="https://github.com/CSCult"><i class="fab fa-github fa-2x"></i></a></li>
<li><a target="_blank" href="https://open.spotify.com/show/7cPdUTgXDhYvM26YrM3QV2"><i class="fab fa-spotify fa-2x"></i></a></li>
</ul>
</div>
<div class="content">
<ul>
<h5>CONNECT !</h5>
<a target="_blank" href="https://discord.gg/fjkauFJ3jB"><button class="btn btn-light btn-outline-dark">DISCORD BRO</button></a>
<a target="_blank" href="https://www.linkedin.com/company/cscult"><button class="btn btn-light btn-outline-dark">LET'S TALK</button></a>
</ul>
</div>
<div>
<img class="footer-img1" src="img/connect-footer.png" alt="">
</div>
</div>
</section>
</body>
</html>