-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1007 Bytes
/
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
---
layout: app
title: Vintner
---
<div class="position-relative overflow-hidden text-center jumbotron">
<div class="col-md-6 mx-auto my-2">
<h1 class="display-4 font-weight-normal">Vintner</h1>
<p class="lead font-weight-normal">Aging MUDs like fine wine.</p>
</div>
</div>
<div class="d-md-flex flex-md-equal w-100 my-md-3">
<div class="card-dark pt-1 px-1 pt-md-3 px-md-3 mr-2 text-center text-white">
<div class="my-3 mb-md-0 pb-3 panel">
<a href="https://grapevine.haus/">
<img src="/images/grapevine.png" />
</a>
<p class="lead">A MUD chat network aimed at bringing games and players together.</p>
</div>
</div>
<div class="card-dark pt-1 px-1 pt-md-3 px-md-3 ml-2 pb-sm-3 text-center text-white">
<div class="my-3 mb-md-0 pb-3 panel">
<a href="https://vineyard.haus/">
<img src="/images/vineyard.png" />
</a>
<p class="lead">Free Shell Accounts for MUDs, talkers, web pages, and more.</p>
</div>
</div>
</div>