Skip to content

Commit 9ba6857

Browse files
committed
added franchise
1 parent 7d52624 commit 9ba6857

15 files changed

+2734
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
waw build
4040
cd ..
4141
cp template/index.html dist/app/browser/home.html
42+
cp template/franchise.html dist/app/browser/franchise.html
4243
4344
- name: Set up SSH
4445
env:

template/dist/about.html

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<base href="/template/" />
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<title>{{{title}}}</title>
8+
<meta itemprop="name" content="{{{title}}}" />
9+
<meta name="twitter:title" content="{{{title}}}" />
10+
<meta property="og:title" content="{{{title}}}" />
11+
12+
<meta name="description" content="{{{description}}}" />
13+
<meta itemprop="description" content="{{{description}}}" />
14+
<meta name="twitter:description" content="{{{description}}}" />
15+
<meta property="og:description" content="{{{description}}}" />
16+
17+
<meta itemprop="image" content="{{{image}}}" />
18+
<meta name="twitter:image:src" content="{{{image}}}" />
19+
<meta property="og:image" content="{{{image}}}" />
20+
21+
<link rel="icon" href="img/logo.svg" type="image/svg+xml" />
22+
<link
23+
href="https://fonts.googleapis.com/icon?family=Material+Icons"
24+
rel="stylesheet"
25+
/>
26+
<link rel="stylesheet" type="text/css" href="libs/slick/slick.css"/>
27+
<link rel="stylesheet" type="text/css" href="libs/slick/slick-theme.css"/>
28+
<link rel="stylesheet" href="css/index.css" />
29+
</head>
30+
31+
<body>
32+
<div class="index-readme">
33+
<div id="team">
34+
<div class="index-readme__title">
35+
<h1>Team</h1>
36+
<p>An overview of the founding team and core contributors to waw.</p>
37+
</div>
38+
<p>waw is maintained by a small group of invaluable core contributors, with the massive support and
39+
involvement of our community.</p>
40+
41+
{% for team in teams %}
42+
<p>{{{team.name}}}</p>
43+
<div class="list">
44+
{% for user in team.users %}
45+
<a class="list-group" {% if user.href %}href="{{{user.href}}}" target="_blank"{% endif %}>
46+
<img src="{{{user.img}}}" alt="{{{user.name}}}" width="32" height="32" loading="lazy">
47+
<span>
48+
<strong>{{{user.name}}}</strong>
49+
{% if user.username %}
50+
<span> @{{{user.username}}}</span>
51+
{% endif %}
52+
</span>
53+
</a>
54+
55+
<!-- NEW CODE -->
56+
{% if user.socials %}
57+
<div class="list-group__socials">
58+
<!-- line where we put list of social icons -->
59+
{% for social in user.socials %}
60+
<a href="{{{social.href}}}" target="_blank">
61+
<img src="{{{social.img}}}" alt="@{{{social.href}}}" width="32" height="32" loading="lazy">
62+
</a>
63+
{% endfor %}
64+
</div>
65+
{% endif %}
66+
{% endfor %}
67+
</div>
68+
{% endfor %}
69+
70+
<p>Get involved with waw development by <span class="index-readme__code">opening an issue</span> or
71+
submitting a pull request.</p>
72+
</div>
73+
74+
<div id="brand">
75+
<div class="index-readme__title">
76+
<h1>Brand</h1>
77+
<p>Documentation and examples for waw’s logo and brand usage guidelines.</p>
78+
</div>
79+
<p>Have a need for waw’s brand resources? Great! We have only a few guidelines we follow, and in turn ask
80+
you to follow as well.</p>
81+
</div>
82+
83+
<div id="logo">
84+
<div class="index-readme__title">
85+
<h1>Logo</h1>
86+
</div>
87+
<p>When referencing waw, use our logo mark. Do not modify our logos in any way. Do not use waw’s branding
88+
for your own open or closed source projects.</p>
89+
<div class="img border">
90+
<img class="image" src="img/logo2.jpg" width="300" height="300">
91+
</div>
92+
</div>
93+
94+
<div id="name">
95+
<div class="index-readme__title">
96+
<h1>Name</h1>
97+
</div>
98+
<p>waw should always be referred to as just waw. No capital w.</p>
99+
<div class="example">
100+
<div class="text">
101+
<div class="left">
102+
<div class="h2 text-waw">waw</div>
103+
<strong class="text-success">Correct</strong>
104+
</div>
105+
<div class="right">
106+
<div class="h2 text-body-secondary">Waw</div>
107+
<strong class="text-danger">Incorrect</strong>
108+
</div>
109+
</div>
110+
</div>
111+
</div>
112+
113+
<div id="license">
114+
<div class="index-readme__title">
115+
<h1>License FAQs</h1>
116+
<p>Commonly asked questions about waw’s open source license.</p>
117+
</div>
118+
<p>waw is released under the MIT license and is copyright 2024. Boiled down to smaller chunks, it can
119+
be described with the following conditions.</p>
120+
<div class="index-readme__title">
121+
<h1>It requires you to:</h1>
122+
</div>
123+
<ul class="list-style">
124+
<li>Keep the license and copyright notice included in waw’s CSS and JavaScript files when you use
125+
them in your works</li>
126+
</ul>
127+
<div class="index-readme__title">
128+
<h1>It permits you to:</h1>
129+
</div>
130+
<ul class="list-style">
131+
<li>Freely download and use waw, in whole or in part, for personal, private, company internal, or
132+
commercial purposes</li>
133+
<li>Use waw in packages or distributions that you create</li>
134+
<li>Modify the source code</li>
135+
<li>Grant a sublicense to modify and distribute waw to third parties not included in the license</li>
136+
</ul>
137+
<div class="index-readme__title">
138+
<h1>It forbids you to:</h1>
139+
</div>
140+
<ul class="list-style">
141+
<li>Hold the authors and license owners liable for damages as waw is provided without warranty</li>
142+
<li>Hold the creators or copyright holders of waw liable</li>
143+
<li>Redistribute any piece of waw without proper attribution</li>
144+
<li>Use any marks owned by waw in any way that might state or imply that waw endorses your distribution
145+
</li>
146+
<li>Use any marks owned by waw in any way that might state or imply that you created the waw software in
147+
question</li>
148+
</ul>
149+
<div class="index-readme__title">
150+
<h1>It does not require you to:</h1>
151+
</div>
152+
<ul class="list-style">
153+
<li>Include the source of waw itself, or of any modifications you may have made to it, in any
154+
redistribution you may assemble that includes it</li>
155+
<li>Submit changes that you make to waw back to the waw project (though such feedback is encouraged)
156+
</li>
157+
</ul>
158+
<p>The full waw license is located <span class="index-readme__code">in the project repository</span> for
159+
more information.</p>
160+
</div>
161+
</div>
162+
163+
164+
165+
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
166+
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
167+
<script type="text/javascript" src="libs/slick/slick.min.js"></script>
168+
<script src="js/index.js"></script>
169+
</body>
170+
</html>

template/dist/community.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<base href="/template/" />
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<title>{{{title}}}</title>
8+
<meta itemprop="name" content="{{{title}}}" />
9+
<meta name="twitter:title" content="{{{title}}}" />
10+
<meta property="og:title" content="{{{title}}}" />
11+
12+
<meta name="description" content="{{{description}}}" />
13+
<meta itemprop="description" content="{{{description}}}" />
14+
<meta name="twitter:description" content="{{{description}}}" />
15+
<meta property="og:description" content="{{{description}}}" />
16+
17+
<meta itemprop="image" content="{{{image}}}" />
18+
<meta name="twitter:image:src" content="{{{image}}}" />
19+
<meta property="og:image" content="{{{image}}}" />
20+
21+
<link rel="icon" href="img/logo.svg" type="image/svg+xml" />
22+
<link
23+
href="https://fonts.googleapis.com/icon?family=Material+Icons"
24+
rel="stylesheet"
25+
/>
26+
<link rel="stylesheet" type="text/css" href="libs/slick/slick.css"/>
27+
<link rel="stylesheet" type="text/css" href="libs/slick/slick-theme.css"/>
28+
<link rel="stylesheet" href="css/index.css" />
29+
</head>
30+
31+
<body>
32+
<p>Page Community is connected</p>
33+
34+
35+
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
36+
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
37+
<script type="text/javascript" src="libs/slick/slick.min.js"></script>
38+
<script src="js/index.js"></script>
39+
</body>
40+
</html>

0 commit comments

Comments
 (0)