Skip to content

Commit

Permalink
Add index page for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fpigerre committed Apr 4, 2016
1 parent 7a0ead9 commit b07d1a6
Show file tree
Hide file tree
Showing 9 changed files with 180 additions and 1 deletion.
1 change: 1 addition & 0 deletions _layouts/secondary.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" href="/lib/semantic/css/semantic.min.css">
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/notes.css">
</head>

<body>
Expand Down
15 changes: 15 additions & 0 deletions css/notes.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
---

#note-header {
margin-bottom: 75px;
}

.row {
margin-bottom: 50px;
}

.ui.card > img {
height: 150px;
width: 150px;
}
2 changes: 1 addition & 1 deletion notes/fidelity.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>Two Factor Auth (2FA)</h2>

<div class="ui very padded vertical segment teal">
<h2 class="ui header">
Fidelity
Fidelity Investments
<div class="sub header">Info regarding Fidelity's 2FA.</div>
</h2>
<p>
Expand Down
92 changes: 92 additions & 0 deletions notes/img/chase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notes/img/eso.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notes/img/fidelity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notes/img/gree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notes/img/internetbs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions notes/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
layout: secondary
---

<div id="note-header" class="ui center aligned icon header">
<i class="circular file outline icon"></i>

<h2>Notes</h2>
</div>

<div class="ui stackable grid container">
<div class="three column row">
<div class="column">
<div class="ui card">
<a class="image" href="/notes/chase">
<img src="img/chase.svg">
</a>

<div class="content">
<a class="header" href="/notes/chase">Chase</a>
</div>
</div>
</div>
<div class="column">
<div class="ui card">
<a class="image" href="/notes/eso">
<img src="img/eso.jpg">
</a>

<div class="content">
<a class="header" href="/notes/eso">Elder Scrolls Online</a>
</div>
</div>
</div>
<div class="column">
<div class="ui card">
<a class="image" href="/notes/fidelity">
<img src="img/fidelity.png">
</a>

<div class="content">
<a class="header" href="/notes/fidelity">Fidelity Investments</a>
</div>
</div>
</div>
</div>
<div class="three column row">
<div class="column">
<div class="ui card">
<a class="image" href="/notes/gree">
<img src="img/gree.png">
</a>

<div class="content">
<a class="header" href="/notes/gree">GREE</a>
</div>
</div>
</div>
<div class="column">
<div class="ui card">
<a class="image" href="/notes/internetbs">
<img src="img/internetbs.png">
</a>

<div class="content">
<a class="header" href="/notes/internetbs">Internet.bs</a>
</div>
</div>
</div>
</div>
</div>

0 comments on commit b07d1a6

Please sign in to comment.