-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (136 loc) · 6.61 KB
/
index.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="my tools" />
<meta property="og:url" content="https://rengreen.github.io/my-tools/" />
<meta property="og:image" content="img/my-tools.png" />
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ribeye+Marrow" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ribeye" rel="stylesheet">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous">
<link href='css/main.css' rel='stylesheet' type='text/css'>
<title>my tools</title>
</head>
<body>
<header class="page-header">
<div class="top-bar">
<div class="top-bar-content">
<div class="home-link-container">
<a href="#" title="Go to homepage">my tools</a>
</div>
<nav class="nav-container">
<ul class="nav-menu">
<li><a href="#"></a></li>
<li><a href="#most-used" title="Frequently used tools">most used</a></li>
<li><a href="#categories" title="Categories of tools">categories</a></li>
<li><a href="#about" title="Some information">about</a></li>
</ul>
<button type="button" title="open menu" class="hamburger">
<i class="fas fa-bars hamburger-icon"></i>
<i class="fas fa-times close-icon"></i>
</button>
</nav>
</div>
</div>
<hgroup class="top-banner">
<div class="top-banner-content">
<h1 class="banner-text">my tools</h1>
</div>
</hgroup>
</header>
<main>
<div class="main-content">
<section>
<h2 id="most-used">most used</h2>
<div class="big-tiles tiles">
<a href="https://start.spring.io/" target="_blank">
<img src="img/cards/spring-initializr.png" class="tile" alt="Spring Initializr">
</a>
<a href="https://www.virustotal.com/#/home/upload" target="_blank">
<img src="img/cards/virus-total.png" class="tile" alt="Virus Total">
</a>
<a href="https://context.reverso.net/t%C5%82umaczenie/" target="_blank">
<img src="img/cards/reverso-context.png" class="tile" alt="Reverso Context">
</a>
<a href="https://jakdojade.pl/warszawa/trasa/" target="_blank">
<img src="img/cards/jak-dojade.png" class="tile" alt="Jak dojadę">
</a>
<a href="http://www.99-bottles-of-beer.net/" target="_blank">
<img src="img/cards/99-bottles.png" class="tile" alt="99 bottles of beer">
</a>
<img src="img/blank2.png" class="tile" alt="link">
</div>
</section>
<section>
<h2 id="categories">categories</h2>
<div class="small-tiles tiles">
<a href="#java">
<img src="img/categories/java.png" class="tile" alt="java">
</a>
<a href="#dictionary">
<img src="img/categories/dictionary.png" class="tile" alt="dictionary">
</a>
<a href="#fun">
<img src="img/categories/fun.png" class="tile" alt="fun">
</a>
<img src="img/blank.png" class="tile" alt="link">
</div>
</section>
<section>
<h2 id="java">java</h2>
<div class="big-tiles tiles">
<a href="https://start.spring.io/" target="_blank">
<img src="img/cards/spring-initializr.png" class="tile" alt="Spring Initializr">
</a>
<a href="https://mvnrepository.com" target="_blank">
<img src="img/cards/maven.png" class="tile" alt="Maven Repository">
</a>
<a href="https://google.github.io/styleguide/javaguide.html" target="_blank">
<img src="img/cards/google-java-style-guide.png" class="tile" alt="Google Java Style Guide">
</a>
<img src="img/blank2.png" class="tile" alt="link">
</div>
</section>
<section>
<h2 id="dictionary">dictionary </h2>
<div class="big-tiles tiles">
<a href="https://context.reverso.net/t%C5%82umaczenie/" target="_blank">
<img src="img/cards/reverso-context.png" class="tile" alt="Reverso Context">
</a>
<a href="https://www.urbandictionary.com/" target="_blank">
<img src="img/cards/urban-dictionary.png" class="tile" alt="Urban Dictionary">
</a>
<img src="img/blank2.png" class="tile" alt="link">
</div>
</section>
<section>
<h2 id="fun">fun </h2>
<div class="big-tiles tiles">
<a href="https://classicprogrammerpaintings.com/" target="_blank">
<img src="img/cards/classic-programmer-paintings.png" class="tile" alt="Classic Programmer Paintings">
</a>
<a href="https://dev.to/rly" target="_blank">
<img src="img/cards/o-rly-cover-generator.png" class="tile" alt="O RLY Cover Generator">
</a>
<img src="img/blank2.png" class="tile" alt="link">
</div>
</section>
<section>
<h2 id="about">about </h2>
</section>
</div>
</main>
<footer>
<div class="footer-content">
<div class="footer-text"> Copyright © 2019 rengreen
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>