-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathattributions.html
More file actions
119 lines (108 loc) · 3.59 KB
/
attributions.html
File metadata and controls
119 lines (108 loc) · 3.59 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
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
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Attributions</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Home</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="cvs.html">Employee CVs</a></li>
<li><a href="attributions.html">Attributions</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<h2>Attributions</h2>
<p>These are all the wonderful people who provided templates, images, and other creative works that helped this website come to life.
<br><br>
Each item is linked to the original source.
</p>
</div>
</header>
<!-- Photos -->
<div class="wrapper style2 alt">
<div class="inner">
<h3 class="major">Photos</h3>
<div class="row">
<div class="col-6 col-12-medium">
<ul>
<a target="_blank" href="https://www.pexels.com/photo/man-in-black-suit-jacket-sitting-beside-woman-in-brown-long-sleeve-shirt-4344860">
<li>Photo by Edmond Dantès</li>
</a>
<a target="_blank" href="https://www.pexels.com/photo/man-working-on-laptop-17744139/">
<li>Photo by iam hogir</li>
</a>
<a target="_blank" href="https://www.pexels.com/photo/woman-using-virtual-reality-goggles-3183143">
<li>Photo by fauxels</li>
</a>
<a target="_blank" href="https://www.pexels.com/photo/hourglass-on-a-desk-of-a-woman-sitting-in-front-of-her-laptop-5899079">
<li>Photo by Karolina Grabowska</li>
</a>
<a target="_blank" href="https://www.pexels.com/photo/man-working-on-laptop-while-woman-takes-notes-3153199">
<li>Photo by Canva Studio</li>
</a>
</ul>
</div>
</div>
</div>
</div>
<!-- Website Template -->
<div class="wrapper">
<div class="inner">
<h3 class="major">Website Templates</h3>
<div class="row">
<div class="col-6 col-12-medium">
<ul>
<a target="_blank" href="https://html5up.net/solid-state">
<li>Solid State Website Template by HTML5 UP</li>
</a>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<ul class="copyright">
<li>© Bruska Technologies LLC All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>