-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
128 lines (112 loc) · 5.31 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
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
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.1/css/hover-min.css"
type="text/css" />
<link rel="stylesheet" href="style.css" />
<title>Resume</title>
<!-- https://icons8.com/icons/ -->
</head>
<body>
<header>
<div>
<h1 id="my-name">Jacqueline Wilson</h1>
<br>
</div>
<div class="row no-gutters">
<div class="col">
<ul id="nav" class="list-inline menucontainer">
<li class="col-6 col-sm-3 list-inline-item ui-menu-color-home menuitem">
<a href="index.html" class="hvr-sweep-to-bottom"><i class="fa fa-home"
aria-hidden="true"></i><span>Home</span></a>
</li>
<li class="col-6 col-sm-3 list-inline-item ui-menu-color-resume menuitem">
<a href="resume.html" class="hvr-sweep-to-bottom">
<i class="fa-regular fa-file" aria-hidden="true"></i><span>Resume Page</span></a>
</li>
<li class="col-6 col-sm-3 list-inline-item ui-menu-color-contact menuitem">
<a href="details.html" class="hvr-sweep-to-bottom"><i class="fa-regular fa-address-card"
aria-hidden="true"></i><span>Contact Details Tel/Email</span></a>
</li>
<!-- <li class="col-6 col-sm-3 list-inline-item ui-menu-color-download menuitem">
<a href="form.html" class="hvr-sweep-to-bottom"><i class="fa fa-download"
aria-hidden="true"></i><span>Contact Form</span></a>
</li> -->
</ul>
</div>
</div>
</div>
</div>
</header>
</section>
<footer class="container-fluid">
<div id="footer-details" class="row">
<div class="col-sm-4">
<br />
<h5 class="uppercase sub-1">PRINTABLE</h5>
<a href="assets/cv/sample-cv.pdf" target="_blank" class="cv-pdf">
<i class="fa fa-download" aria-hidden="true"></i>
<span class="sr-only"></span>
</a>
</p>
</div>
<div class="col-sm-4" id="info-1">
<br />
<h5 class="uppercase sub-1">ABOUT ME</h5>
<p class="inline-block">
Click arrows for more information</p>
<details>
<summary>
Learned skill keywords: Microsoft Office Suite, Web dev, Github version control, Education</summary>
<br>
<p> Business acumen, Access database, Excel spreadsheet modelling, word processing, Powerpoint, DTP, webdev HTML/CSS, NLP, technical writing/documentation.
</p>
</details>
<br>
<details>
<summary>Soft Skills</summary>
<br>
<p>Excellent communication, experience in dealing with student pastoral care</p>
</details>
<br>
<details>
<summary>Skills I am currently learning</summary>
<br>
<p>JavaScript. I intend to progress to other languages such as Python and AI development programming</p>
</details>
</details>
</div>
<div class="col-sm-4">
<br />
<h5 class="uppercase sub-1">SOCIAL LINKS</h5>
<ul class="list-inline social-links">
<li class="list-inline-item">
<a href ="https://www.linkedin.com/in/jacqueline-wilson-a74538337/" target="_blank" href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<span class="sr-only">LinkedIn</span>
</a>
</li>
<!-- -->
<li class="list-inline-item">
<a href ="https://github.com/JackiWil" target="_blank" href="#">
<i class="fa-brands fa-github" aria-hidden="true"></i>
<span class="sr-only">Github</span>
</a>
</li>
</ul>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/3bd32125af.js" crossorigin="anonymous"></script>
<section class="container-fluid">
<div class="row bg-color-contact">
<div class="col">
</body>
</html>