-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (199 loc) · 12 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="img/logo_small.png" type="image/x-icon">
<meta name="description" content="">
<title>PatternHouse</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="patternhouse-main/css/main.css">
<link rel="stylesheet" href="patternhouse-main/css/icons.css">
<link rel="preload"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap">
</noscript>
</head>
<body>
<section class="menu navmenu">
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
<div class="container-fluid">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html">
<img src="img/logo_small.png" alt="Logo" style="height: 3rem;">
</a>
</span>
<span class="navbar-caption-wrap"><a class="navbar-caption text-white text-primary display-7"
href="index.html">PatternHouse</a></span>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-bs-toggle="collapse"
data-target="#navbarSupportedContent" data-bs-target="#navbarSupportedContent"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true">
<li class="nav-item"><a class="nav-link link text-white text-primary display-4"
href="index.html">
Home</a></li>
<li class="nav-item"><a class="nav-link link text-white text-primary display-4"
href="https://github.com/openAOD/Central" target="_blank">GitHub</a></li>
</ul>
<div class="navbar-buttons section-btn"><a class="btn btn-primary display-4"
href="./portal/"><span
class="icon-arrow-right iconfont"></span>Browse patterns</a>
</div>
</div>
</div>
</nav>
</section>
<section class="homepage fullscreen">
<div class="container">
<div class="media-container">
<div class="col-md-12 align-center">
<img src="img/logo_small.png" style="display: block; margin: auto;width: auto;">
<h1 class="section-title white bold mb-3 display-1">PatternHouse</h1>
<p class="text-normal white display-7">The largest database of code patterns</p>
<div style="padding-bottom: 30px;" class="section-btn align-center"><a class="btn btn-primary display-4"
href="./portal/">Browse patterns <span
class="icon-arrow-right iconfont"></span></a></div>
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-3">
<div class="card-wrapper">
<div class="card-box align-center">
<span class="icon-open-source iconfont"></span>
<h4 class="card-title align-center black display-7">
<strong>Open Source</strong></h4>
<span style="color:white">All our code and websites are licensed under the permissive MIT License.
That means you are free to copy, modify, embed and redistrubute any part of the project.</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="card-wrapper">
<div class="card-box align-center">
<span class="icon-database-sync-outline iconfont"></span>
<h4 class="card-title align-center black display-7">
<strong>Extensive</strong></h4>
<span style="color: white;">We have tried to build the largest possible collection of code patterns under one project.
Since the possiblities are endless we are constantly improving the quality and quantity of our database.</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="card-wrapper">
<div class="card-box align-center">
<span class="icon-application-brackets-outline iconfont"></span>
<h4 class="card-title align-center black display-7">
<strong>Multiple Languages</strong></h4>
<span style="color: white;">We support an array of different programming languages for users of different tastes.
We are also working on expanding support for many other lanuages.</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="card-wrapper">
<div class="card-box align-center">
<span class="icon-account-group-outline iconfont"></span>
<h4 class="card-title align-center black display-7">
<strong>For developers, by developers</strong></h4>
<span style="color: white;">We are developers helping other developers and
we welcome all contributions from all developers, whether you are a beginner or not.</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="thank">
<div class="container">
<div class="card-box align-left" style="padding: 0rem !important;">
<h4 class="section-title display-2" style="padding: 0rem !important;"><strong>The developers would like to
thank:</strong><strong><br></strong></h4>
</div>
<div class="row justify-content-center content-row mt-4">
<div class="card p-4 p-md-3 col-md-6 col-lg-3">
<div class="card-box">
<div class="ty-logo">
<img src="img/vercel_logo.jpg">
</div>
<h4 class="card-title align-center display-5">
<a href="https://vercel.com/?utm_source=openAOD&utm_campaign=oss" class="text-white"
target="_blank"><strong>Vercel</strong></a></h4>
<p class="text-normal align-center card-text display-7">
For sponsoring the project and for providing a platform to run our in-house Fire build
tool that automatically tests, builds, and deploys front-end pages of our database.</p>
</div>
</div>
<div class="card p-4 p-md-3 col-md-6 col-lg-3">
<div class="card-box">
<div class="ty-logo">
<img src="img/github_logo_white.png">
</div>
<h4 class="card-title align-center display-5">
<p><a href="https://github.com" class="text-white"
target="_blank"><strong>GitHub</strong></a></p>
</h4>
<p class="text-normal align-center card-text display-7">For hosting our codebase. We also have
automated testing workflows through GitHub Actions
</p>
</div>
</div>
<div class="card p-4 p-md-3 col-md-6 col-lg-3">
<div class="card-box">
<div class="ty-logo">
<img src="img/bootstrap_logo.png">
</div>
<h4 class="card-title align-center display-5">
<a href="https://getbootstrap.com" class="text-white"
target="_blank"><strong>Bootstrap</strong></a></h4>
<p class="text-normal align-center card-text display-7">A CSS framework, that this website and
other subdomains use to responsively render beautiful modern websites.
</p>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="thank">
<div class="container">
<div class="card-box align-left" style="padding: 0rem !important;">
<h4 class="section-title display-2" style="padding: 0rem !important;"><strong>Top contributors:</strong><strong><br></strong></h4>
</div>
</div>
</section>
!-->
<section class="footer">
<div class="container">
<div class="media-container-row align-center white">
<div class="col-12">
<p class="text-normal mb-0 display-7">Copyright © 2023, PatternHouse Developers
<br>Website licensed under MIT License
<br>Contribute on <a href="https://github.com/openAOD/Central" class="text-primary"
target="_blank">GitHub</a>
<br>Questions? Join our <a
href="https://gitter.im/Printing-Pattern-Programs/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link"
class="text-primary" target="_blank">Gitter community</a>
<a href="https://vercel.com/?utm_source=openAOD&utm_campaign=oss"> <img src = "img/powered-by-vercel.svg" alt="Powered by Vercel" style="width: auto;margin: 0 auto;padding-top: 5px;"/> </a>
</p>
</div>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script src="patternhouse-main/js/navbar-dropdown.js"></script>
</body>
</html>