-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (77 loc) · 4.37 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
<!DOCTYPE html>
<html>
<head>
<title>AshViviers blog</title>
<meta charset="UTF-8">
<link href="styles/main.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Alegreya|Cinzel|Libre+Barcode+39+Text" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
</head>
<body style="font-family: 'Quicksand', sans-serif;">
<header>
<div style="color: rgb(9, 73, 73);">
<h1 style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;"> <u>My Blog</u></h1>
</div>
</header>
<div class="buttonbox" style="text-align: center">
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href="AshVivier.github.io/sprint3_technical.html">
Technical 3</a></button>
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href="AshVivier.github.io/sprint2-technical.html">
Technical 2</a></button>
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href="AshVivier.github.io/sprint4-cultural.html">
Sprint 4 Cultural</a></button>
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href=" AshVivier.github.io/sprint1-cultural.html">
Some Questions I answered</a></button>
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href="AshVivier.github.io/sprint2-cultural.html">
Learning Plan</a></button>
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href="AshVivier.github.io/bulma.html">
Bulma Practice </a></button>
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href="AshVivier.github.io/sprint3-cultural.html">
Emotional Intelligence </a></button>
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href="AshVivier.github.io/sprint4_technical.html">
Problem Solving</a></button>
<button style="text-align: center; font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif;">
<a href="AshVivier.github.io/sprint5-cultural.html">
Foundations recap</a></button>
</div>
<div>
<h4 style="font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Cinzel', serif; text-align: center">Indroduction</h4>
<article>
<div style="font-family: 'Alegreya', serif;">
<p>
….. My name is Ashleigh Vivier. I’m living in Paekakariki, where I have now been for 9 years (Love the coast!).
I’m going through somewhat of a major life restructure at present. I’m re-finding myself and strengthening my core values.
This has involved giving up a lot of unhealthy habits and addictions that were dulling down my mana, and blurring my experiences .
My new found clarity has brought me to a point where I realize that the industry that I was in was not helping me progress any further,
ad somewhat out grown it (I learned all I needed to from it). I’m ready for a completely new challenge, and I have always been interested
in IT. </p>
<p>
Only now I feel that I am ready to pursue this interest. After discussing my interest in IT with customers of mine that are already
in the industry, most of these discussions ended up with the suggestion that I enter into EDA, and it really did seem by far the most
logical place to start my journey. When student loans became available, I had no more excuses so I just went for it! Now here I am.
</p>
<p>
I look forward to getting to know you all along the way.
</p>
<div class="sidenav">Reflections<br>Horses</div>
</body>
</html>>