Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Update index.html #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<link href="https://fonts.googleapis.com/css2?family=Piazzolla:wght@300&display=swap" rel="stylesheet">
<head>
<meta charset="utf-8" />

Expand All @@ -11,8 +12,12 @@
<link rel="icon" type="image/png" href="assets/favicon.png" />
<link href="assets/landing.css" rel="stylesheet" type="text/css" />
</head>
<style>
.new-font{
font-family: 'Piazzolla', serif;
}
</style>
<body>

<div class="logo-container" style="overflow: hidden;">
<div class=logo style="-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3);height:660px;z-index:-1">
<ul class=cube-inner>
Expand Down Expand Up @@ -41,7 +46,7 @@
<div class="col-md-3"></div>
<div class="col-md-6">
<div class=feature>
Getting started by reading the <strong><a href="http://webpack.js.org">documentation</a></strong>, which also contains an <strong><a href="http://webpack.js.org/concepts">introduction</a></strong> and a <strong><a href="http://webpack.js.org/get-started/">tutorial</a></strong>.
<div class="new-font">Getting started by reading the <strong><a href="http://webpack.js.org">documentation</a></strong>, which also contains an <strong><a href="http://webpack.js.org/concepts">introduction</a></strong> and a <strong><a href="http://webpack.js.org/get-started/">tutorial</a></strong>.</div>
</div>
</div>
<div class="col-md-3"></div>
Expand Down Expand Up @@ -73,7 +78,7 @@



<a href=https://github.com/webpack/webpack><img style="position: fixed; top: 0; left: 0; border: 0" src=https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png alt="Fork me on GitHub"></a>
<a href=https://github.com/webpack/webpack/fork?fragment=1><img style="position: fixed; top: 0; left: 0; border: 0" src=https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png alt="Fork me on GitHub"></a>

<script type="text/javascript">
(function() {
Expand Down