-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
186 lines (177 loc) · 7.87 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
<!doctype html><head><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<meta name="theme-color" content="#ff4d0d" />
<title>Mercode</title><link rel="stylesheet" type="text/css" href="css/main.css" media="screen" ><link rel="shortcut icon" type="image/png" href="assets/icon.png"/>
<link rel="stylesheet" href="css/main.css">
<script src="./js/main.js"></script>
<script src="./js/jquery-3.3.1.js"></script><script src="./js/jquery-3.3.1.js"></script><script type="text/javascript">$(document).ready(function() {
$('.menu-toggle').click(function() {
$('nav').toggleClass('active')
})
})
</script></head><header>
<div>
<div class="logo"><a href="index.html"><img src="assets/icon.svg"
style="width:auto;height:50px;padding-top:6px;" alt="**Mercode HTML Page**"></a></div>
<div class="logo animated fadeIn"><a href="index.html"><img src="assets/logo.svg" style="width:auto;height:25px;padding-top:17px;margin-left: 12px;" alt=""></a></div>
</div>
<nav>
<ul>
<li><a href="#about"><i class="fa fa-user-o" aria-hidden="true"></i> About</a></li>
<li><a href="#projects"><i class="fa fa-code" aria-hidden="true"></i> Projects</a></li>
<li><a href="#join"><i class="fa fa-handshake-o" aria-hidden="true"></i> Join</a></li>
<li><a href="#donate"><i class="fa fa-credit-card" aria-hidden="true"></i> Donate</a></li>
<li style="display: none"><a href="portal.html">PARCEL BUGFIX</a></li>
<div class="dropdown">
<li><a class="dropbtn"><i class="fa fa-globe" aria-hidden="true"></i> English <i class="fa fa-caret-down" aria-hidden="true"></i></a></li>
<div class="dropdown-content">
<a href="./index.html">English</a>
<a href="tr/index.html">Türkçe</a>
</div>
</div>
</ul>
</nav>
<div class="menu-toggle"><i class="fa fa-ellipsis-v" aria-hidden="true"></i></div>
</header><body><div class="container">
<div class="content" id="mainpage">
<section class="s1">
<div class="hos">Mercode: <span class="ityped"></span></div>
<a class="subtitle animated fadeInUp delay-1s">The Free/Libre Software community aimed to make apps for Web and GNU</a>
<script type="text/javascript" src="./js/ityped.js"></script><script type="text/javascript">window.ityped.init(document.querySelector('.ityped'),{
typeSpeed: 125,
startDelay: 500,
backDelay: 1200,
cursorChar: ".",
strings : ['Liberty','Privacy','Security', 'Solidarity']
})</script>
<div class="buttons3">
<a href="#about" class="button animated fadeIn delay-1s"><i class="fa fa-info-circle" aria-hidden="true"></i> About</a>
<a href="#join" class="button animated fadeIn delay-1s"><i class="fa fa-handshake-o" aria-hidden="true"></i> Join Us</a>
<a href=".." class="button animated fadeIn delay-1s"><i class="fa fa-sign-in" aria-hidden="true"></i> Login</a>
</div>
</section>
</div>
<section class="s2" id="about">
<div class="container">
<div class="content">
<div class="text">
<h1 class="head1">About Us</h1>
<a class="subtitle"> We are an international community of coders and designers who wanna maintain and contribute to free/libre software projects. We do this because we love sharing and collaborating.</a>
<div class="buttons3">
<a href="#projects" class="button animated fadeIn delay-1s"><i class="fa fa-building-o" aria-hidden="true"></i> Projects</a>
<a href=".." class="button animated fadeIn delay-1s"><i class="fa fa-book" aria-hidden="true"></i> Manifesto</a>
<a href="#join" class="button animated fadeIn delay-1s"><i class="fa fa-hand-rock-o" aria-hidden="true"></i> Join Now!</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s3" id="projects">
<div class="container">
<div class="content">
<div class="text">
<h1 class="head1">Projects</h1>
<a class="subtitle"> Here are some of the stuff we did:</a>
<br></br>
<div class="grid">
<div class="row">
<div class="column">
<img src="assets/macawos.png">
<img src="assets/webments.png">
<img src="assets/supertux.png">
</div>
<div class="column">
<img src="assets/merhub.png">
<img src="assets/meros.png">
<img src="assets/distrocards.gif">
</div>
<div class="column">
<img src="assets/meros2.png">
<img src="assets/flappux.gif">
<img src="assets/dwarf.gif">
</div>
</div>
</div>
<div>
<a href="https://github.com/mercode-org" class="button animated fadeIn delay-1s"><i class="fa fa-info-circle" aria-hidden="true"></i> Learn more</a>
</div>
</div>
</div>
</div>
</section>
<section class="s4" id="gnu">
<div class="container">
<div class="content">
<div class="text">
<h1 class="head1">GNU</h1>
<a class="subtitle"> As we care about freedom and privacy, we support and follow the path of FSF and GNU regarding philosophy and licensing, according to the consensus we have arrived at within our community.</a>
<div class="buttons3">
<a href=".." class="button animated fadeIn delay-1s"><i class="fa fa-book" aria-hidden="true"></i> COC</a>
<a href=".." class="button animated fadeIn delay-1s"><i class="fa fa-book" aria-hidden="true"></i> Manifesto</a>
<a href="#notready" class="button animated fadeIn delay-1s"><i class="fa fa-book" aria-hidden="true"></i> Statement</a>
</div>
</div>
</div>
</section>
<section class="s5" id="council">
<div class="container">
<div class="content">
<div class="content">
<div class="text">
<h1 class="head1">Council</h1>
<a class="subtitle"> Mercode community is led by council democracy, a horizontal power structure ensuring that everyone in the community can participate in administration. Here are the current members of the council:</a>
</div>
</div>
</section>
<section class="s6" id="join">
<div class="container">
<div class="content">
<h1 class="head1">Join Now!</h1>
<a class="subtitle"> You can enter the Mercode community by joining its communication channels and contributing to its projects. You can also use this form to join the council and benefit from Mercode's public services.
<br> </br>
<form method="POST" action="https://formspree.io/tansiretakinci@yandex.com">
<div class="txtb">
<label><span>Name</span>
<input required type="text" name="name" placeholder="Write your name (required)"></label>
</div>
<div class="txtb">
<label><span>E-mail</span>
<input required type="email" name="replyto" placeholder="Write your e-mail (required)"></label>
</div>
<div class="txtb">
<label><span>Phone</span>
<input required type="number" name="phone" placeholder="Write your phone number (required)"></label>
</div>
<div class="txtb">
<label><span>Profession</span>
<input required type="text" name="name" placeholder="Describe your current profession (required)"></label>
</div>
<div class="txtb">
<label><span>CV</span>
<textarea name="message" placeholder="Let's talk about 𝘺𝘰𝘶."></textarea></label>
</div>
<button class="formbutton" type="submit"><i class="fa fa-handshake-o" aria-hidden="true"></i> Join Now!</button>
</form>
</div>
</div>
</section>
</div>
<div class="footer"><a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> • 2021 Mercode</div>
<div id="donate" class="overlay"><div class="popup">
<h2>Donate to Mercode</h2>
<a class="close" href="#">×</a>
<div class="content"><div class="minikalan1">
<img class="svgdonation" src="assets/donation.svg" alt="Make Donations to Mercode!"/>
</div>
<div class="paragiraf1">If you would like to see this team contributing more to the community, you can donate to us on Patreon or send Etherium to our wallet to help us pay our server bills or to order us a coffee (because we really need it after long hours of coding).
</div>
<div class="butonalani">
<a href="https://www.patreon.com/mercode" class="button"><i class="fa fa-money" aria-hidden="true"></i> Patreon</a>
<a onclick="copyClipboard()" class="button"><i class="fa fa-files-o" aria-hidden="true"></i> ETH</a>
<input class="kripto" type="text" value="0xf65C6EE66b6f831Ac212A86C2c3502FC285C978E" id="myInput">
</div>
</div>
</div>
</div>
</body>