Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 7170735

Browse files
authored
Update homepage examples (#78)
* update rollup to next major version and babel to 7.0 * update test script for @babel/register * Some rebranding / website updates (#71) * fix for global nav explore menu having too much padding * add smaller header line height, rename some scripts for consistency * adding more utilities for docs * add minification step to build:development script * scope not properly encapsulating * add utils to Undernet API availability * add new logos (no favicons yet) * add new icons * updates header and hero to new colors and style * update cta on home * build fresh assets * updates package-lock.json * removes unneeded uglifyjs webpack plugin * update button test * add perk assets * add perks text, update footer * add svgs on home page * adds install instructions to homepage * update footer and nav styles, including prism call on componentDidMount * new assets * update homepage install examples
1 parent 2354648 commit 7170735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/Home/install-assets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html>
33
<head>
44
5-
<link rel=“stylesheet” href=“path/to/monolith.min.css />
5+
<link rel=“stylesheet” href=“path/to/undernet.min.css />
66
</head>
77
<body>
88
9-
<script type=“text/javascript” src=“path/to/monolith.min.js”></script>
9+
<script type=“text/javascript” src=“path/to/undernet.min.js”></script>
1010
<script>
1111
document.addEventListener(“DOMContentLoaded”, function() {
12-
Monolith.start()
12+
Undernet.start()
1313
})
1414
</script>
1515
</body>

0 commit comments

Comments
 (0)