-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathachievements.html
101 lines (78 loc) · 4.66 KB
/
achievements.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Natasha Wilson</title>
<link rel="stylesheet" href="styling.css">
<link rel="stylesheet" href="menu.css">
<link rel="stylesheet" href="achievements.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&family=PT+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="titlecontainer">
<h2 class="title"> NATASHA WILSON - ACHIEVEMENTS & SKILLS </h2>
<div class="menu-wrap">
<input type="checkbox" class="toggler">
<div class="hamburger">
<div></div>
</div>
<div class="menu">
<div>
<div>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="work-experience.html">WORK EXPERIENCE</a></li>
<li><a href="education.html">EDUCATION</a></li>
<li><a href="achievements.html">ACHIEVEMENTS & SKILLS</a></li>
<li><a href="personalinterests.html">PERSONAL INTERESTS</a></li>
<li><a href="contact.html">CV PRINT OUT</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="grid-container">
<div class="Coding">
<h2>KNOWLEDGE OF HTML & CSS</h2>
After submitting a successful application I was accepted onto 'Code First: Girl' 's Introduction to Web Development Course. Over 8 weeks I was given an insight into HTML and CSS (and briefly Javascript). <br> These new skills are how I have been able to create this website from scratch.<br> I received a certificate for my work.
<img class="certificate" src="Certificate.jpg" alt="coding certificate">
</div>
<div class="skills">
<h2>SKILLS I HAVE</h2>
<ul>
<li><strong>Efficient communicator and listener</strong>: learning languages at a degree level has taught me this.</li>
<li><Strong>Able to work well in teams and also independently</Strong>: University projects and Code first:Girl's group project & thanks to my current employment which requires me to work confidently by myself
<li><strong>Quick learner</strong>: temporary work at Ecotricity working with databases </li>
<li><Strong>Emphathetic and friendly</Strong> - important in any work environment</li>
<li><Strong>Used to an office environment</Strong>: I loved working in an office during my temporary work at Ecotricity</li>
<li><strong>Efficent time management and prioritising tasks</strong>: held a part-time job whilst in my final year of University</li>
<li><strong>Used to responsibility</strong>: have been responsible for handling cash/ confidential information/ personal details in all of my job roles</li>
</li>
</ul>
</div>
<div class="BSL">
<div class="lang">
<h2>FRENCH & ITALIAN SKILLS</h2>
I am educated to a University level (B2/C1) in both French & Italian speaking, reading and writing.<br>
I am experienced (final year modules) in translating large French & Italian texts to English and vice versa. <br>
More than anything, these skills have taught me the importance of clear communication.
</div>
<div class="sign">
<h2>BRITISH SIGN LANGUAGE COURSE</h2>
I am currently learning British Sign Language through an online course. <br>Having such a love for languages I find it awful that British Sign Language is not offered in schools. As a country we are eager to offer a variety of modern foreign languages, ranaging from French to Russian, to secondary school children but alienate the 151,000 BSL users in the UK by not offering to teach their own language in schools.
</div>
</div>
<div class="CaFoscari">
<div class="foscari">
<h2>CREATIVE ACCOUNT OF ERASMUS YEAR PUBLISHED</h2>
My creative account of my year in Venice was short-listed out of nearly one hundred submissions and published online by my host University, Ca' Foscari. <br>You can read it <a class="publication" href="https://edizionicafoscari.unive.it/libri/978-88-6969-361-8/">here</a> (page 93)
</div>
<div class="license">
<h2>DRIVER'S LICENSE</h2>
I have held a clean driver's license since March 2014.
</div>
</div>
</div>
<footer>Copyright © 2020 Natasha Wilson</footer>
</body>
</html>