-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper.html
More file actions
44 lines (42 loc) · 1.81 KB
/
Copy pathpaper.html
File metadata and controls
44 lines (42 loc) · 1.81 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: default
title: Paper
permalink: /paper/
nav_id: paper
---
<div class="agb-page agb-page--paper agb-page--decor-light">
<div class="agb-page-bg" aria-hidden="true">
<span class="agb-page-glow agb-page-glow--paper"></span>
<span class="agb-page-dots agb-page-dots--tr"></span>
<svg class="agb-page-network" viewBox="0 0 800 400" preserveAspectRatio="xMidYMid slice">
<line class="agb-page-net-line" x1="60" y1="320" x2="220" y2="120" />
<line class="agb-page-net-line" x1="220" y1="120" x2="420" y2="280" />
<line class="agb-page-net-line agb-page-net-line--faint" x1="140" y1="240" x2="560" y2="160" />
<circle class="agb-page-net-node" cx="220" cy="120" r="4" />
<circle class="agb-page-net-node" cx="420" cy="280" r="4" />
</svg>
<span class="agb-page-particle agb-page-particle--1"></span>
<span class="agb-page-particle agb-page-particle--2"></span>
<span class="agb-page-paper-line agb-page-paper-line--1"></span>
</div>
<header class="agb-page-hero agb-page-hero--paper agb-page-reveal">
<span class="agb-page-hero-glow" aria-hidden="true"></span>
<div class="container agb-page-hero-inner">
<h1 class="agb-page-hero-title">Paper</h1>
<p class="agb-page-hero-subtitle">Coming Soon</p>
</div>
</header>
<section class="agb-paper-empty">
<div class="container agb-page-shell">
<div class="agb-content-card agb-paper-empty-card agb-page-reveal" aria-hidden="true">
<div class="agb-paper-empty-inner">
<i class="fa fa-file-text-o agb-paper-empty-icon" aria-hidden="true"></i>
</div>
</div>
</div>
</section>
</div>
<script type="module">
import { initPageEffects } from "{{ '/assets/js/components.js' | relative_url }}";
initPageEffects(document.querySelector(".agb-page--paper"));
</script>