-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
202 lines (200 loc) · 6.77 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Synthexia" />
<meta
property="og:description"
content="A collective of youthful and passionate developers."
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/Synthexia/website/main/assets/images/logo.png"
/>
<!-- <meta property="og:url" content="https://www.example.com"> -->
<link rel="icon" type="image/x-icon" href="./assets/images/favicon.ico" />
<link rel="stylesheet" href="./assets/css/styles.css" />
<!-- ========= Fonts ========= -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=BioRhyme&family=Courgette&family=Dangrek&family=Fugaz+One&family=Gloria+Hallelujah&family=Indie+Flower&family=Kreon&family=Lobster&family=Merriweather:wght@300&family=Pacifico&family=Spicy+Rice&display=swap"
/>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
/>
<!-- ========= Fonts ========= -->
<title>Synthexia</title>
</head>
<body>
<div id="preloader"></div>
<div>
<header>
<a href="./" class="logo-link">
<div class="logo-container">
<div class="logo">
<img
src="./assets/images/logo.png"
alt="Logo"
oncontextmenu="return false;"
/>
</div>
<div class="company-name">Synthexia</div>
</div>
</a>
<nav>
<ul>
<div class="nav-option">
<li>
<a href="./index.html"
><i class="bx bx-home-alt"></i><span> Home</span></a
>
</li>
</div>
<div class="nav-option">
<li>
<a href="./work/extensions.html"
><i class="bx bx-extension"></i><span> Extensions</span></a
>
</li>
</div>
<div class="nav-option">
<li>
<a href="./work/npms.html"
><i class="bx bx-package"></i><span> NPMs</span></a
>
</li>
</div>
<div class="nav-option">
<li>
<a href="./team/"
><i class="bx bx-group"></i><span> Team</span></a
>
</li>
</div>
</ul>
<div class="nav-icon icon-rotate">
<img
class="menuicon"
src="./assets/images/menu.png"
alt="Menu Icon"
oncontextmenu="return false;"
draggable="false"
/>
</div>
</nav>
<a href="https://discord.gg/wKADUUfcpj">
<div class="join-us">Join Us</div>
</a>
</header>
<main>
<section id="search" class="centered-section">
<label>
<input
class="search-bar"
type="search"
aria-controls="search-results"
placeholder="Search Our Projects"
/>
</label>
<ol
id="search-results"
class="search-results"
aria-live="polite"
></ol>
</section>
<div class="container">
<section id="home" class="centered-section">
<h2>Welcome to Synthexia</h2>
<h4>
"Synthexia" is a group of young skilled developers dedicated to
creating innovative software. With diverse expertise and a
collaborative approach, we deliver cutting-edge technology that
surpasses expectations. We stay updated on the latest trends,
ensuring our projects are adaptable and forward-thinking. From web
to mobile, we excel in various domains, driven by our pursuit of
excellence and passion for technology. Join us to explore the
limitless possibilities in the world of Synthexia.
</h4>
</section>
<section id="extensions" class="centered-section">
<div class="rectangle-section">
<div class="rectangle">
<div class="rec-icon">
<img
src="./assets/images/vscode.png"
alt="Icon 1"
draggable="false"
/>
</div>
<div class="rec-text">VS Code Extensions</div>
</div>
<div class="rectangle">
<div class="rec-icon">
<img
src="./assets/images/npm.png"
alt="Icon 2"
draggable="false"
/>
</div>
<div class="rec-text">NPM Packages</div>
</div>
<div class="rectangle">
<div class="rec-icon">
<img
src="./assets/images/api.png"
alt="Icon 3"
draggable="false"
/>
</div>
<div class="rec-text">APIs</div>
</div>
</div>
</section>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>Legal</h4>
<ul>
<li>
<a href="./policy/privacypolicy.html">Privacy Policy</a>
</li>
<li><a href="./policy/terms.html">Terms of Service</a></li>
</ul>
</div>
<div class="footer-col">
<h4>About Us</h4>
<ul>
<li>
<a href="./team/">Team</a>
</li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="https://github.com/Synthexia" target="_blank"
><i class="bx bxl-github"></i
></a>
<a href="https://discord.gg/wKADUUfcpj" target="_blank"
><i class="bx bxl-discord"></i
></a>
</div>
</div>
<div class="copyright">
<p>© 2023 Synthexia. All rights reserved.</p>
</div>
</div>
</div>
</footer>
</div>
<script src="./assets/scripts/main.js"></script>
<script src="./assets/scripts/search.js"></script>
</body>
</html>