-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest
More file actions
157 lines (142 loc) · 8.26 KB
/
test
File metadata and controls
157 lines (142 loc) · 8.26 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<html lang="en">
<head>
<title>Synergile</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", sans-serif
}
.w3-bar,
h1,
button {
font-family: "Montserrat", sans-serif
}
.fa-anchor,
.fa-coffee {
font-size: 200px
}
.syn-nav-bar {
transition: all 0.3s;
position: sticky;
}
.syn-footer-hul {
width: 100%;
display: table;
table-layout: fixed;
padding: 0;
margin: 0;
}
.syn-footer-hli {
display: table-cell;
width: auto;
text-align: center;
vertical-align: middle;
}
.syn-footer-btn,
.syn-footer-button {
cursor: pointer;
white-space: nowrap
}
.syn-footer-btn:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.syn-footer-btn,
.syn-footer-button {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.rounded-corner-shadow {
border-radius: 11px;
}
.rounded-corner-shadow:hover {
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3), 0 4px 15px 0 rgba(0, 0, 0, 0.29);
-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.circle-shadow {}
.circle-shadow:hover {
border-radius: 150px;
}
</style>
</head>
<body>
<!-- Navbar -->
<div style="top: 0px;" class="syn-nav-bar w3-green" id="bignav">
<div class="w3-bar w3-card w3-left-align w3-large"> <a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-green" href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="/" class="w3-bar-item w3-padding-small w3-green"> <img src="/images/synergile_logo.svg" height="42" class="d-block rounded-corner-shadow syn-footer-btn" loading="lazy" decoding="async" alt="Synergile icon"> <span class="sr-only">Synergile's logo button</span> </a> <a href="/" class="w3-bar-item w3-button w3-padding-large w3-hover-white">Home</a> <a href="/invite" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Invite</a> <a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Commands</a> <a href="#" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Dashboard</a> <a href="/server" class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Support Server</a> </div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large"> <a href="/" class="w3-bar-item w3-button w3-padding-large">Home</a> <a href="/invite" class="w3-bar-item w3-button w3-padding-large">Invite</a> <a href="#" class="w3-bar-item w3-button w3-padding-large">Commands</a> <a href="#" class="w3-bar-item w3-button w3-padding-large">Dashboard</a> <a href="/server" class="w3-bar-item w3-button w3-padding-large">Support Server</a> </div>
</div> <img src="/images/Synergile_Banner.png" alt="Banner. Synergile: A mulitfunctional Discord bot with all the bells and whistles." style="width: 100%;padding: 0px 0px 50px;">
<!-- Header -->
<header class="w3-container w3-flat-turquoise w3-center" style="padding:0px 16px">
<h1 class="w3-margin w3-jumbo">Synergile</h1>
<p class="w3-xlarge">A mulitfunctional bot with all the bells and whistles. Features such as moderation, music, utility, and fun!</p> <a href="/invite" class="w3-button w3-black w3-padding-large w3-large w3-margin-top">Invite</a> </header>
<!-- First Grid -->
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>Functionality</h1>
<h5 class="w3-padding-32">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</h5>
<p class="w3-text-grey">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<div class="w3-third w3-center"> <i class="fa fa-anchor w3-padding-64 w3-text-green"></i> </div>
</div>
</div>
<!-- Second Grid -->
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-third w3-center"> <i class="fa fa-coffee w3-padding-64 w3-text-green w3-margin-right"></i> </div>
<div class="w3-twothird">
<h1>Lorem Ipsum</h1>
<h5 class="w3-padding-32">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</h5>
<p class="w3-text-grey">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
</div>
<div class="w3-container w3-black w3-center w3-opacity w3-padding-32">
<h1 class="w3-margin w3-xlarge">Quote of the day: live life</h1> </div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-green">
<div class="w3">
<ul class="syn-footer-hul">
<li class="syn-footer-hli"> <a href="mailto:synergile@synergile.xyz" class="syn-footer-btn">Contact Us</a> </li>
<li class="syn-footer-hli">
<a href="https://github.com/Synergile" data-ga-click="Footer, go to Synergile's org, text:github" class="color-gray-4">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" height="30" width="30" class="circle-shadow syn-footer-btn" fill="#FFF">
<title>GitHub</title>
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"> </path>
</svg> <span class="sr-only">Synergile’s organization on GitHub</span> </a>
</li>
<li class="syn-footer-hli"> Powered by <a href="https://pm1.narvii.com/7230/9470a2fb904c9bbde3c0d5f615abd86d773c1015r1-512-512v2_00.jpg" target="_blank" class="syn-footer-btn">The Legend Himself</a> </li>
</ul>
</div>
</footer>
<script>
// Used to toggle the menu on small screens when clicking on the menu button
function toggleNavMobile() {
var x = document.getElementById("navDemo");
if(x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>