-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
88 lines (81 loc) · 3.34 KB
/
work.html
File metadata and controls
88 lines (81 loc) · 3.34 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
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
<!DOCTYPE html>
<html lang="hu">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"><title>work</title>
<style>.parallax {
/* The image used */
background-image: url("images/simpleminmap.png");
/* Set a specific height */
height: 500px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection">
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection">
</head>
<body>
<!-- nav -->
<nav class="light-blue lighten-1" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="index.html" class="brand-logo"><i class="material-icons">home</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="note.html"><i class="material-icons">note</i>Notes</a></li>
<li><a href="cal.html"><i class="material-icons">today</i>Events</a></li>
<li><a href="#"><i class="material-icons">done</i>tasks</a></li>
<li><a href="#"><i class="material-icons">email</i>mail</a></li>
<li><a href="storage.html"><i class="material-icons">storage</i>Data storage</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="index.html">Home</a><a href="#">Event</a>
<a href="#">task</a></li>
<li><a href="#">mail</a></li>
<li><a href="storage.html">Data storage</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<h1>work</h1>
<!-- Container element -->
<div class="parallax"></div>
<div class="container">
<div class="section"><!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">library_books</i></h2>
<h5 class="center">Könyvtárközi</h5>
<p class="light"><iframe class="airtable-embed" src="https://airtable.com/embed/shrAu0jqpm7eqS8yP?backgroundColor=orange" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe></p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">book</i></h2>
<h5 class="center">A&T </h5>
<p class="light"><iframe class="airtable-embed" src="https://airtable.com/embed/shrbaALPVw8TMyGnW?backgroundColor=green" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe></p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">settings</i></h2>
<h5 class="center">Easy to work with</h5>
<p class="light">We have provided detailed documentation
as well as specific code examples to help new users get started. We are
also always open to feedback and can answer any questions a user may
have about Materialize.</p>
</div>
</div>
</div>
</div>
<p>start here</p>
</body>
</html>