-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
56 lines (46 loc) · 3.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Emma Wain ✌️✨</title>
<meta name="description" content="Emma's social links">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section class = "about">
<img src = "Em.png" alt = "This is a circular avatar picture of myself, I have dark blonde wavy hair with fair skin and dark brown eyes. I have a big smile on my face because I am generally a happy person!">
<h1>Emma Wain</h1>
<article>
<p>Hello lovelies 😊 My name is Emma, I'm 31 years old and I live in <span>Manchester, UK</span> 🇬🇧</p>
<p>I am a career changer, I went from being a <span>beauty therapist</span> 💆🏼♀️💅🏻 to a <span>technical consultant</span> 👩🏼💻</p>
<p> I started with learning <span>HTML | CSS | JavaScript</span> on furlough and my passion quickly grew from there! </p>
<p> I love to learn new technologies and concepts, especially anything to do with <span>front-end development | UX/UI design | Accessibility</span>.
I'm also passionate about <span>Jamstack</span> because the possibilities are endless, it feels like magic! 🧙🏻♀️</p>
<p>I completed an intensive 9 week bootcamp in <span>Software Development</span> ran by QA Ltd in October 2021, where I covered topics in Agile Methodologies | Git/ Github | Networking & Security | DevOps
| <span>SQL</span> | Python | <span>Java</span> | Azure Fundamentals. </p>
<p> I started my new career in tech January of this year and I am loving every minute of it, I am learning so much and get to do a variety of work and meet so many amazing people!
Feel so blessed to have such an opportunity ✨</p>
<p>In my spare time, my intention is to carry on learning and building projects, aswell as contribute to <span>open source</span>
</p>
<p>I also love engaging with the <span>tech community </span>on Twitter 🐦 and want to use my platform to help inspire people and bring people together.
I love to cheer people on and support in any way I can 🎉 All about the <span>positive vibes</span>✌ Spread a little <span>love and kindness</span> 💖</p>
</article>
</section>
<section class="links">
<a href="https://www.linkedin.com/in/ewainy/" target= "_blank"><button>LinkedIn</button></a>
<a href="https://github.com/ewainy" target= "_blank"><button>GitHub</button></a>
<button id ="portfolio" title="Portfolio is under construction">Portfolio</button>
<a href="https://hashnode.com/@Ewainy" target= "_blank"><button>Blog</button></a>
</section>
<section class="tweets">
<h2>Tweets by @ewainy</h2>
<div id = "embed-timeline">
<a class="twitter-timeline" data-lang="en" data-height="500" data-chrome="transparent noheader nofooter noborders" href="https://twitter.com/ewainy?ref_src=twsrc%5Etfw">Tweets by ewainy</a>
</div>
</section>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script src= async defer></script>
</body>
</html>