-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
109 lines (100 loc) · 4.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./Images/ACLogo.png" />
<link rel="stylesheet" type="text/css" href="index.css" />
<title>App-Choreography</title>
</head>
<body>
<div class="header">
<div class="logo">
<img src="Images/ACLogo.png" />
</div>
<h1>
App-Choreography.
</h1>
<h3 style="text-align: center;">
Choreograph your next app.
</h3>
</div>
<div class="topnav">
<a href="">Home Page 🏡</a>
<a href="">The History 🧾</a>
<a href="">The Members 🙋♀️🌐</a>
<a href="./repos.html">Awesome Repos 👍</a>
<a href="">How to join ✉️</a>
<a href="">The future ✨</a>
<a href="">We need your help 👈</a>
<a href=""> List of Apps 📃</a>
</div>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>
Welcome to App-Choreography's Home! 🏡
</h2>
<h3>
Our Motto: 💭 Choreograph your next app. 💭
</h3>
<p>
This is the home of open source, collaborating, sharing code, and Apps!
Open source at App-Choreography means that we all review and share code, helping each other in
our journey of development.
</p>
<img src="./Images/index/opensource.png" />
</div>
<div class="card">
<h2>
What we do 🏢💪⚒️:
</h2>
<h3>
<i>Not just code...</i>
</h3>
<img src="./Images/index/collab.png" style="height:500px;" />
<p>
Yes, at App-Choreography we write code. But it would not be the same without a bit of fun...
<br>
When you join our org, you will see multiple discussions for you to take in and participate!
<br>
Discussions about our new logos, and branding, new repos, new members will all get a shoutout
too!
</p>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<h2>
Recent Posts!
</h2>
<img src="./Images/index/text.png" style="border-radius: 0px;" />
<p> Have any questions? Contact us here: <a
href="https://github.com/App-Choreography/Support/issues/new?assignees=CodingSpecies&labels=help+wanted%2C+Open+to+all%2C+question&template=faq------.md&title=FAQ+%F0%9F%99%8B%E2%80%8D%E2%99%80%EF%B8%8F">Support</a>
</p>
</div>
<div class="card">
<h3>
Join us and get a digital Sticker!
</h3>
<p>If you join our org, you will automatically get a sticker for you to use explaining how you are a
part of this org!</p>
<img src="./Images/EXAMPLE Badge.png" style="border-radius: 0%;" />
<h3>
Why not contribute to our Fix-The-README project?
</h3>
<p>See the repo: <a href="https://github.com/App-Choreography/Fix-Our-Readme">Here</a> </p>
<img src="./Images/index/tool.png" />
<h3>Coming Soon...</h3>
<p></p>
</div>
</div>
</div>
<div class="footer">
<h1>
App-Choreography.
</h1>
</div>
</body>
</html>