-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnorfex.html
More file actions
82 lines (61 loc) · 2.17 KB
/
norfex.html
File metadata and controls
82 lines (61 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MayKoder | Norfex</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="stylesheet" type="text/css" href="styles/sVault.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="nav" style="position: absolute;">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
MayKoder
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links" style="z-index: 10;">
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a class="active" href="norfex.html">NORFEX</a>
<a href="vault.html">3D Vault</a>
<a href="about.html">About</a>
</div>
</div>
<div class="norfex-trailer">
<img style="position: absolute; top: 0; bottom: 0; margin: auto; width: 100%;" src="assets/norfex-media/LONDON_Trailer.gif">
</div>
<main>
<br>
<h1 class="center" style="color: white; text-shadow: 5px 5px black;">NORFEX</h1>
<br>
<br>
<section class="vCards">
<div class="vCard">
<div class="card_image-container">
<img src="https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1200&q=80"/>
</div>
<div class="card_content">
<p class="card_title text-medium">
Card Title
</p>
<div class="card_info">
<p class="text-medium"> Up is name of video and there is an IFrame and not a img </p>
</div>
</div>
</div>
</section>
</main>
</body>
</html>