Skip to content

Commit 662f470

Browse files
authored
Merge pull request #2 from AvidCoder101/main
First additions
2 parents 5c62e1b + 6a4aa71 commit 662f470

File tree

5 files changed

+123
-1
lines changed

5 files changed

+123
-1
lines changed

Images/repos/Handshaking.png

36.8 KB
Loading

Images/repos/Repos.png

80 KB
Loading

index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,6 @@ img{
115115
width: 100%;
116116
}
117117
}
118+
li{
119+
list-style: none;
120+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3 style="text-align: center;">
2727
<a href="">Home Page 🏡</a>
2828
<a href="">The History 🧾</a>
2929
<a href="">The Members 🙋‍♀️🌐</a>
30-
<a href="">Awesome Repos 👍</a>
30+
<a href="./repos.html">Awesome Repos 👍</a>
3131
<a href="">How to join ✉️</a>
3232
<a href="">The future ✨</a>
3333
<a href="">We need your help 👈</a>

repos.html

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
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="./index.html">Home Page 🏡</a>
28+
<a href="">The History 🧾</a>
29+
<a href="">The Members 🙋‍♀️🌐</a>
30+
<a href="./repos.html">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 Awesome Repo's page!
42+
</h2>
43+
<h3>
44+
Our Motto: 💭 Choreograph your next app. 💭
45+
</h3>
46+
<p>
47+
Here you can see different repos that the organization contains that you can contribute to. All open-source!
48+
</p>
49+
<img src="./Images/repos/Repos.png" />
50+
</div>
51+
52+
<div class="card">
53+
<h2>
54+
Repositories:
55+
</h2>
56+
<h3>
57+
<i>Different things to take part in...</i>
58+
</h3>
59+
60+
<p>
61+
<h2>Links and descriptions to the different repositories the organization has...</h2>
62+
<li>
63+
<ul><a href= "https://github.com/App-Choreography/Get-An-Invite">Get-An-Invite - get an invite to the repository</a></ul>
64+
<ul> <a href= "https://github.com/App-Choreography/Best-App-Tutorials-3">Best App Tutorials - Best app tutorials for any coders</a></ul>
65+
<ul> <a href= "https://github.com/App-Choreography/OurContributors">OurContributors - you can see the different contributors of App Choreo</a></ul>
66+
<ul> <a href= "https://github.com/App-Choreography/Fix-Our-Readme">Fix-Our-Readme - A repo to make a contribution and make a PR</a></ul>
67+
<ul> <a href= "https://github.com/App-Choreography/EnhanceYourProfile">EnhanceYourProfile - Use these add-ons on your README</a></ul>
68+
<ul> <a href= "https://github.com/App-Choreography/Dev-Dictionary">Dev-Dictionary - Different developer vocab to use</a></ul>
69+
<ul> <a href= "https://github.com/App-Choreography/app-choreography.github.io">Our Website - help out in the production of the website</a></ul>
70+
<ul> <a href= "https://github.com/App-Choreography/HacktoberfestPracticePage">HacktoberfestPracticePage - prepare for the next Hacktoberfest event</a></ul>
71+
<ul> <a href= "https://github.com/App-Choreography/Best-GitHub-OpenSource">Best-Github-OpenSource - find out different open source repos you can contribute to</a></ul>
72+
<ul> <a href= "https://github.com/App-Choreography/How-To-Contribute">How-To-Contribute - the Guidelines</a></ul>
73+
<ul> <a href= "https://github.com/App-Choreography/SwiftNotes">SwiftNotes - A Notes App to contribute to</a></ul>
74+
<ul> <a href= "https://github.com/App-Choreography/Branding">Branding - Where the branding will go</a></ul>
75+
<ul> <a href= "https://github.com/App-Choreography/Support">Support - where to go if you need help</a></ul>
76+
<ul> <a href= "https://github.com/App-Choreography/InstDOGram">InstDOGram - Instagram with a doggy twist</a></ul>
77+
<ul> <a href= "https://github.com/App-Choreography/nasaSkySearch">nasaSkySearch - A Nasa API repository</a></ul>
78+
79+
</li>
80+
</p>
81+
</div>
82+
</div>
83+
84+
85+
<div class="rightcolumn">
86+
<div class="card">
87+
<h2>
88+
Take Part!
89+
</h2>
90+
<img src="./Images/repos/Handshaking.png" style="border-radius: 0px;" />
91+
<p> Have any questions? Contact us here: <a
92+
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>
93+
</p>
94+
</div>
95+
<div class="card">
96+
<h3>
97+
Join us and get a digital Sticker!
98+
</h3>
99+
<p>If you join our org, you will automatically get a sticker for you to use explaining how you are a
100+
part of this org!</p>
101+
<img src="./Images/index/ExampleSticker.png" style="border-radius: 0%;" />
102+
<h3>
103+
Why not contribute to our Fix-The-README project?
104+
</h3>
105+
<p>See the repo: <a href="https://github.com/App-Choreography/Fix-Our-Readme">Here</a> </p>
106+
<img src="./Images/index/tool.png" />
107+
<h3>Coming Soon...</h3>
108+
<p></p>
109+
</div>
110+
</div>
111+
</div>
112+
<div class="footer">
113+
<h1>
114+
App-Choreography.
115+
</h1>
116+
</div>
117+
</body>
118+
119+
</html>

0 commit comments

Comments
 (0)