-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (65 loc) · 3.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Emma du Maurier</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.4.1.css" rel="stylesheet">
</head>
<body>
<div class="container">
<hr>
<div class="row">
<div class="col-6">
<h1>Emma du Maurier</h1>
</div>
<div class="col-6">
<p><a href="https://github.com/e-duMaurier">GitHub</a> || <a href="https://www.linkedin.com/in/emma-du-maurier-2a735b237/">LinkedIn</a></p>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-12 col-xl-12 col-md-12">
<div class="media"> <img class="mr-3" src="images/input.jpg" alt="Generic placeholder image">
<div class="media-body">
<h5 class="mt-0">No problem can withstand the assault of sustained thinking." - Voltaire</h5>
There’s not much going on here at the moment, it’s a work in progress. I guess I’ll be using this space as my online portfolio. A place to put any temporary projects I’m working on, a place to link to projects or documents that I may use if needing to show others my work, etc. </div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-12 col-xl-12 col-md-12">
<hr>
<div class="row">
<div class="col-6">
<h4>Me?</h4>
</div>
<div class="col-6">
<h5 class="text-right"><span aria-hidden="true"></span> </h5>
</div>
</div>
<p>Well, there’s not really much I can say about myself. I’m a huge geek, love all things computer and techy related. Currently working as a support associate for a software company, studying part time through the <a href="http://www.open.ac.uk/">Open university</a> for my degree in Computing & IT Software Engineering. In my spare time I seek out as much information and knowledge on a range of subjects. I’m trying to learn Game Development with Unity, Unreal Engine and C# as well as picking up some learning material on Java, SQL, networking and some network penetration testing. There’s so much out there that is fascinating, and I want to get an understanding of as much as I can.
I’ve also loved the coding side of things ever since a friend first introduced me to the world of Pascal in DOS. Have been hooked ever since and I have some limited experience with Pascal, Delphi, C++ and Visual Basic</p>
<div class="row">
<div class="col-6">
<h4>Current Projects</h4>
</div>
<div class="col-6">
<h5 class="text-left"><span aria-hidden="true"></span> work in progress</h5>
</div>
</div>
<p>Currently working through an online Java course, then looking to expand on this with app development with Java and Kotlin. Also going to be going through the course again, looking at all the challenges and exercises and uploading my results of those challenges. While they’re not great pieces of code, they’re a good resource to go back on and look at my own progression.</p>
</div>
</div>
<hr>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.4.1.js"></script>
</div>
</body>
</html>