-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (92 loc) · 4.73 KB
/
index.html
File metadata and controls
122 lines (92 loc) · 4.73 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
120
121
122
<!DOCTYPE html>
<html lang="en-au">
<head>
<meta charset="UTF-8">
<meta name="description" content="Full stack developer portfolio of work">
<meta name="keywords" content="HTML, CSS, Responsive, Portfolio">
<meta name="author" content="Nikki Rees">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--CSS links-->
<link rel="stylesheet" type="text/css" href="assets/CSS/reset.css">
<link href="https://fonts.googleapis.com/css2?family=Karla&family=Lexend+Mega&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://use.fontawesome.com/5c89b5b77a.js"></script>
<link rel="stylesheet" type="text/css" href="Assets/CSS/style.css">
<title>Nikki Rees Full Stack Web Development</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<span class="navbar-text">
Design & development
</span>
</div>
</nav>
<main class="container">
<section class="row">
<div class="logo">
<img src="Assets/nrlogo5.png" class="img-fluid" alt="Nikki Rees Full Stack Development" tabindex="0">
</div>
</section>
<section class="row">
<section class="col-md-9" id="details">
<!-- <h1 tabindex="0">bio</h1> -->
<p tabindex="0">With over 15 years of project and stakeholder management in digital, consulting and
financial industry. I
love to problem solve and fixing things. I enjoy thinking creatively to develop practical
solutions that deliver to a brief with the end-user in focus.
</p>
</section>
<section class="col-md-3">
<div id="contact-details">
<ul>
<li><i class="fa fa-file-pdf-o" aria-hidden="true"></i> <a
href="./Assets/NikkiReesResume2020.pdf">
Nikk Rees resume</a></i></li>
<li><i class="fa fa-envelope" aria-hidden="true"> <a href="mailto:nikki-rees@outlook.com">
nikki-rees@outlook.com</a></i></li>
<li><i class="fa fa-github" aria-hidden="true"> <a href="https://github.com/Nikki-Rees">
nikki-rees</a></i></li>
<li><i class="fa fa-linkedin" aria-hidden="true"> <a href="https://www.linkedin.com/in/nrees/">
Nikki
Rees</a></i></li>
</ul>
</div>
</section>
</section>
<!-- </section> -->
</main>
<footer class="footer">
<a class="footer-nav" href="index.html">About</a>
<a class="footer-nav" href="portfolio.html">Portfolio</a>
<a class="footer-nav" href="contact.html">Contact</a>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>