1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8+ < link rel ="icon " href ="./Images/AppChoreoLogo.png " />
9+ < link rel ="stylesheet " type ="text/css " href ="index.css " />
10+ < title > App-Choreography</ title >
11+ </ head >
12+
13+ < body >
14+ < div class ="header ">
15+ < div class ="logo ">
16+ < img src ="Images/AppChoreoLogo.png " />
17+ </ div >
18+ < h1 >
19+ App-Choreography.
20+ </ h1 >
21+ < h3 style ="text-align: center; ">
22+ Choreograph your next app.
23+ </ h3 >
24+ </ div >
25+
26+ < div class ="topnav ">
27+ < a href =""> Home Page 🏡</ a >
28+ < a href =""> The History 🧾</ a >
29+ < a href =""> The Members 🙋♀️🌐</ a >
30+ < a href =""> Awesome Repos 👍</ a >
31+ < a href =""> How to join ✉️</ a >
32+ < a href =""> The future ✨</ a >
33+ < a href =""> We need your help 👈</ a >
34+ < a href =""> List of Apps 📃</ a >
35+ </ div >
36+
37+ < div class ="row ">
38+ < div class ="leftcolumn ">
39+ < div class ="card ">
40+ < h2 >
41+ Welcome to App-Choreography's Home! 🏡
42+ </ h2 >
43+ < h3 >
44+ Our Motto: 💭 Choreograph your next app. 💭
45+ </ h3 >
46+ < p >
47+ This is the home of open source, collaborating, sharing code, and Apps!
48+ Open source at App-Choreography means that we all review and share code, helping each other in
49+ our journey of development.
50+ </ p >
51+ < img src ="./Images/opensource.png " />
52+ </ div >
53+
54+ < div class ="card ">
55+ < h2 >
56+ What we do 🏢💪⚒️:
57+ </ h2 >
58+ < h3 >
59+ < i > Not just code...</ i >
60+ </ h3 >
61+ < img src ="./Images/collab.png " style ="height:500px; " />
62+
63+ < p >
64+ Yes, at App-Choreography we write code. But it would not be the same without a bit of fun...
65+ < br >
66+ When you join our org, you will see multiple discussions for you to take in and participate!
67+ < br >
68+ Discussions about our new logos, and branding, new repos, new members will all get a shoutout
69+ too!
70+ </ p >
71+ </ div >
72+ </ div >
73+
74+
75+ < div class ="rightcolumn ">
76+ < div class ="card ">
77+ < h2 >
78+ Recent Posts!
79+ </ h2 >
80+ < img src ="./Images/text.png " style ="border-radius: 0px; " />
81+ < p > Have any questions? Contact us here: < a
82+ 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 >
83+ </ p >
84+ </ div >
85+ < div class ="card ">
86+ < h3 >
87+ Join us and get a digital Sticker!
88+ </ h3 >
89+ < p > If you join our org, you will automatically get a sticker for you to use explaining how you are a
90+ part of this org!</ p >
91+ < img src ="./Images/ExampleSticker.png " style ="border-radius: 0%; " />
92+ < h3 >
93+ Why not contribute to our Fix-The-README project?
94+ </ h3 >
95+ < p > See the repo: < a href ="https://github.com/App-Choreography/Fix-Our-Readme "> Here</ a > </ p >
96+ < img src ="./Images/tool.png " />
97+ < h3 > Coming Soon...</ h3 >
98+ < p > </ p >
99+ < img src ="" />
100+ </ div >
101+ </ div >
102+ </ div >
103+ < div class ="footer ">
104+ < h1 >
105+ App-Choreography.
106+ </ h1 >
107+ </ div >
108+ </ body >
109+
110+ </ html >
0 commit comments