-
Notifications
You must be signed in to change notification settings - Fork 1
/
repos.html
121 lines (107 loc) · 4.56 KB
/
repos.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
<!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="repos.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="./index.html">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 Awesome Repo's page!
</h2>
<h3>
Our Motto: 💭 Choreograph your next app. 💭
</h3>
<p>
Take a look at all the open source repositories you can delve right into!
<br>
From voting for your favourite profile Readme, to looking at developer resources, we have all you
need.
<br>
See below for our top repositories, or click this link to view the full list on Github : <a href=""
https://github.com/orgs/App-Choreography/repositories>App App-Choreography's repos.</a> </p>
</div>
<div class="card">
<h2>
Repositories:
</h2>
<h3>
<i>Different things to take part in...</i>
</h3>
<a href="https://github.com/App-Choreography/Fix-Our-Readme"> <img src="./Images/repos/FOR.gif"
height="250" width="250" /></a>
<a href="https://github.com/App-Choreography/Best-App-Tutorials-3"><img src="./Images/repos/bat.gif"
height="250" width="250"></a>
<a href="https://github.com/App-Choreography/Best-GitHub-OpenSource"><img src="./Images/repos/bgos.gif"
height="250" width="250"></a>
<a href="https://github.com/App-Choreography/GitHubProfileLeague"><img src="./Images/repos/gpl.gif"
height="250" width="250"></a>
<a href="https://github.com/App-Choreography/HacktoberfestPracticePage"><img
src="./Images/repos/hpp.gif" height="250" width="250"></a>
<a href="https://github.com/App-Choreography/SocialMotto"><img src="./Images/repos/SM.gif" height="250"
width="250"></a>
<a href="https://github.com/App-Choreography/Dev-Dictionary"><img src="./Images/repos/dd.gif"
height="250" width="250"></a>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<h2>
Take Part!
</h2>
<img src="./Images/repos/Handshaking.png" style="border-radius: 0px;" />
<p> Vote for your favourite Github profile on <a
href="https://github.com/App-Choreography/GitHubProfileLeague"> Github Profile League</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>