-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
226 lines (208 loc) · 11.3 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Watercress Studios</title>
<!-- Load jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- MDB icon -->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" as="style" onload="this.rel='stylesheet'">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" />
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" />
<!-- uncomment when told to, I don't like bebas nue right here -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap" rel="stylesheet">
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<!-- logos -->
<link rel="apple-touch-icon" sizes="57x57" href="img/logos/apple-icon-57x57.webp">
<link rel="apple-touch-icon" sizes="60x60" href="img/logos/apple-icon-60x60.webp">
<link rel="apple-touch-icon" sizes="72x72" href="img/logos/apple-icon-72x72.webp">
<link rel="apple-touch-icon" sizes="76x76" href="img/logos/apple-icon-76x76.webp">
<link rel="apple-touch-icon" sizes="114x114" href="img/logos/apple-icon-114x114.webp">
<link rel="apple-touch-icon" sizes="120x120" href="img/logos/apple-icon-120x120.webp">
<link rel="apple-touch-icon" sizes="144x144" href="img/logos/apple-icon-144x144.webp">
<link rel="apple-touch-icon" sizes="152x152" href="img/logos/apple-icon-152x152.webp">
<link rel="apple-touch-icon" sizes="180x180" href="img/logos/apple-icon-180x180.webp">
<link rel="icon" type="image/webp" sizes="192x192" href="img/logos/android-icon-192x192.webp">
<link rel="icon" type="image/webp" sizes="32x32" href="img/logos/favicon-32x32.webp">
<link rel="icon" type="image/webp" sizes="96x96" href="img/logos/favicon-96x96.webp">
<link rel="icon" type="image/webp" sizes="16x16" href="img/logos/favicon-16x16.webp">
<link rel="manifest" href="manifest.json">
<!-- Open graph stuff -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Watercress Studios"/>
<meta property="og:description" content="We are the largest freeware Visual Novel studio in the North America!"/>
<meta property="og:url" content="https://watercressstudios.com/"/>
<meta property="og:image" content="https://watercressstudios.com/img/Logo.webp" />
<meta property="og:site_name" content="Watercress" />
<!-- Twitter card stuff -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Watercress Studios"/>
<meta name="twitter:url" content="https://watercressstudios.com"/>
<meta name="twitter:description" content="The Largest Visual Novel Studio in USA"/>
<meta name="twitter:site" content="@TeamWatercress"/>
<meta name="twitter:image" content="https://watercressstudios.com/img/Logo.webp"/>
<meta name="twitter:creator" content="@Happinessplus__"/>
<!-- Custom -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<nav class="navbar navbar-light">
<div class="container-fluid">
<!-- switch to data lazy once I get lazy loading -->
<div id="home-button">
<a href="index.html">
<img src="img/Logo.webp" alt="Watercress Studios" height="100px" width="100px" style="float:left;">
<h2 style="float:left; margin-top:30px;">Watercress</h2>
</a>
</div>
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" style="color: #3777e9 ;"
data-mdb-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent"
aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
</div>
</nav>
<!-- Remember this blue, style="background: #475cfa;" -->
<div class="collapse" id="navbarToggleExternalContent">
<div class="shadow-3 p-4">
<button class="btn btn-link btn-block m-0 border-bottom"><a href="index.html">Home</a></button>
<button class="btn btn-link btn-block m-0 border-bottom"><a href="aboutus.html">About Us</button>
<button class="btn btn-link btn-block m-0 border-bottom"><a href="avitus.html">Avitus</a></button>
<button class="btn btn-link btn-block m-0 border-bottom"> <a href="team.html">Meet The Team</a></button>
</div>
</div>
</header>
<!-- change it to image for the gif -->
<video loop autoplay>
<source src="nightbackground.webm" type="video/webm">
</video>
<div style="padding: 1.5%;">
<h1 style="color: white; padding: 2%;"
class="container text-center animate__animated animate__zoomInDown">
Welcome to Watercress Studios
</h1>
<!-- <hr>
<h5 style="color: white; text-align:center;"
class="container animate__animated animate__zoomIn animate__delay-1s">
This website is still in development. In the meantime, budapest will keep you company.
</h5> -->
</div>
<div id="banner" style="text-align:center;">
<img src="Budacry.webp" alt="Banner of a crying Budapest from Watercress' Palinurus" width="60%">
</div>
<section style="padding: 3%;">
<h1 class="text-center" style="color: white;">About Us</h1>
<hr>
<p style="color: white; font-size: 30px;">
Watercress, founded in August of 2014 on the Katawa Shoujo subreddit, was initially inspired by the emotional narrative of Katawa Shoujo. Shortly after conception, we set out to create our own visual novel, Avitus.
Seven years and more than a dozen releases later, we're still creating VNs that we love, with a heavy focus on character-driven narratives. Our games are often in the genres of 'nakige' or 'utsuge', and many of them don't have the happiest of endings.
With a team of over fifty hardened and experienced individuals, we're finally setting our sights once again on our end goal: Avitus.
</p>
</section>
<section style="padding: 3%; color: white;">
<h1 class="text-center">Our Games</h1>
<hr class="m-0"/>
<div class="row" style="padding: 4%;">
<div class="col">
<a href="gamepages/succubus.html">
<img src="img/A!!MRIASHOWC!!.webp" class="img-fluid" alt="Logo of Watercress' Ah!! My Roommate is a Succubus Hellbent on World Conquest!!">
</a>
</div>
<div class="col">
<a href="gamepages/afofas.html">
<img src="img/afofas.webp" class="img-fluid" alt="Logo of Watercress', Somnova Studios', and Sarchalen Visual Media's A Field of Flowers and Stars">
</a>
</div>
<div class="col">
<a href="gamepages/twfy.html">
<img src="img/twfy.webp" class="img-fluid" alt="Logo of Watercress' This was for you.">
</a>
</div>
</div>
<div class="row" style="padding: 4%;">
<div class="col">
<a href="gamepages/tale.html">
<img src="img/TALE.webp" class="img-fluid" alt="Logo of Cautionary Tale by Watercress and several collaborators">
</a>
</div>
<div class="col">
<a href="gamepages/seeds.html">
<img src="img/SEEDS.webp" class="img-fluid" alt="Logo of Watercress' Seeds of Sylvia">
</a>
</div>
<div class="col">
<a href="gamepages/faretheewell.html">
<img src="img/FTW.webp" class="img-fluid" alt="Logo of Watercress' Fare Thee Well">
</a>
</div>
</div>
<div class="row" style="padding: 4%;">
<div class="col">
<a href="gamepages/ourhome.html">
<img src="img/OURHOME.webp" class="img-fluid" alt="Logo of Our Home. by Watercress and several collaborators.">
</a>
</div>
<div class="col">
<a href="gamepages/demon.html">
<img src="img/AMGIADSFTDOH.webp" class="img-fluid" alt="Logo of Watercress' Ah! My Girlfriend is a Demon Summoned from the Depths of Hell!">
</a>
</div>
<div class="col">
<a href="gamepages/palinurus.html">
<img src="img/PALINURUS.webp" class="img-fluid" alt="Logo of Watercress' Palinurus">
</a>
</div>
</div>
<div class="row" style="padding: 4%;">
<div class="col">
<a href="gamepages/warhome.html">
<img src="img/sneklogo.webp" class="img-fluid" alt="Logo of Watercress' When the war was home. - Demo">
</a>
</div>
<div class="col">
<a href="gamepages/lull.html">
<img src="img/LULL.webp" class="img-fluid" alt="Logo of Watercress' Lull">
</a>
</div>
<!-- <div class="col">
<p style="font-weight: bold;">We don't have a photo for vignette yet.</p>
</div> -->
</div>
</section>
<!-- background-color: #3777e9; -->
<img id="waves" alt="waves" src="please.svg" width="100%">
<footer class="text-lg-start">
<div class="text-center py-4 align-items-center" data-aos="zoom-out-down">
<div id="social-links">
<a href="https://twitter.com/TeamWatercress" role="button" target="_blank" rel="noopener noreferrer nofollow"><i class="fab fa-twitter" aria-hidden="true"></i> <span class="visually-hidden">Twitter</span></a>
<a href="https://github.com/WatercressStudios" role="button" target="_blank" rel="noopener noreferrer nofollow"><i class="fab fa-github" aria-hidden="true"></i> <span class="visually-hidden">Github</span></a>
<a href="https://discord.gg/watercress" role="button" target="_blank" rel="noopener noreferrer nofollow"><i class="fab fa-discord" aria-hidden="true"></i> <span class="visually-hidden">Discord</span></a>
<a href="https://soundcloud.com/watercress-studios" role="button" target="_blank" rel="noopener noreferrer nofollow"><i class="fab fa-soundcloud" aria-hidden="true"></i> <span class="visually-hidden">Soundcloud</span></a>
<a href="https://www.twitch.tv/teamwatercress" role="button" target="_blank" rel="noopener noreferrer nofollow"><i class="fab fa-twitch" aria-hidden="true"></i> <span class="visually-hidden">Twitch</span></a>
<a href="https://www.reddit.com/r/TeamWatercress/" role="button" target="_blank" rel="noopener noreferrer nofollow"><i class="fab fa-reddit" aria-hidden="true"></i> <span class="visually-hidden">Reddit</span></a>
<a href="https://store.steampowered.com/developer/Watercress" role="button" target="_blank" rel="noopener noreferrer nofollow"><i class="fab fa-steam" aria-hidden="true"></i> <span class="visually-hidden">Steam</span></a>
<a href="https://watercress.itch.io/" role="button" target="_blank" rel="noopener noreferrer nofollow"><i class="fab fa-itch-io" aria-hidden="true"></i> <span class="visually-hidden">Itch.io</span></a>
</div>
<div id="copyright">
<a href="privacypolicy.html">Privacy Policy</a>
<p>Watercress Studios 2014 - 2022</p>
<p>Website by Happiness+, Lee, Wolfborg</p>
</div>
</div>
</footer>
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js" defer></script>
</body>
</html>