Skip to content

Commit 28e992d

Browse files
committed
Modify to make vichex.ca
1 parent e23e141 commit 28e992d

File tree

3 files changed

+5
-196
lines changed

3 files changed

+5
-196
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,7 @@
1-
hexcamp-homepage
1+
vichex-homepage
22
===
33

4-
Website at https://hex.camp
5-
6-
## Paketo buildpack
7-
8-
### Building
9-
10-
```bash
11-
pack build hex-camp-homepage --buildpack gcr.io/paketo-buildpacks/nginx
12-
```
13-
14-
### Running
15-
16-
```bash
17-
docker run --tty --env PORT=9090 --publish 9090:9090 hex-camp-homepage
18-
```
19-
20-
### Viewing
21-
22-
```bash
23-
curl -s localhost:9090
24-
```
4+
Website at https://vichex.ca
255

266
## License
277

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
44
<meta charset="utf-8">
5-
<title>Hex.Camp</title>
5+
<title>VicHex.ca</title>
66
<style>
77
/* The bare minimum English subset, plus copyright & arrows (← ↑ → ↓) & quotes (“ ” ‘ ’) & bullet (•) */
88
@font-face {
@@ -135,9 +135,9 @@
135135
</head>
136136
<body>
137137
<div class="grid">
138-
<div style="grid-row: 1"><h1>Hex<span style="font-size: 10vw;">.</span>Camp</h1></div>
138+
<div style="grid-row: 1"><h1>VicHex<span style="font-size: 10vw;">.</span>ca</h1></div>
139139
<p style="grid-row: 2; font-size: 150%; text-align: center; color: #21f36c; border: black 5px solid; border-radius: 1rem; background: black; padding: 1rem;">
140-
<a href="https://6kgvdnw3nwza.seahex.org/">Welcome to the Local Wide Web!</a>
140+
<a href="https://6kgrvlbslccq.vichex.ca/">Welcome to the Local Wide Web!</a>
141141
</p>
142142
</div>
143143
<div class="bg">

publish.sh

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)