Skip to content

Commit 4b8b28e

Browse files
walkerwalker
walker
authored and
walker
committed
Drafting new homepage
1 parent 8b12326 commit 4b8b28e

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

layouts/index.html

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
11
{{ define "main" }}
2-
{{ partial "main/curriculum-page.html" . }}
3-
{{ end }}
2+
<style>
3+
#block1 {
4+
background-image: url("images/slide_wave.jpg");
5+
height: 600px;
6+
padding: 10rem;
7+
}
8+
#block2 {
9+
padding: 2rem;
10+
}
11+
body div.wrap {
12+
padding: 0;
13+
}
14+
</style>
15+
<div id="block1" class="text-center">
16+
<h2>Blast off into web3</h2>
17+
<h3>Protocol Labs Launchpad</h3>
18+
</div>
19+
<div id="block2" class="text-center">
20+
<p>Here is our Paris Summit:</p>
21+
<iframe
22+
width="560"
23+
height="315"
24+
src="https://www.youtube.com/embed/Fw725DWbAv4?si=DMmCZgKOUlD9LVr_"
25+
></iframe>
26+
</div>
27+
28+
{{end}}

static/css/bootstrap.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/images/slide_wave.jpg

739 KB
Loading

0 commit comments

Comments
 (0)