-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (46 loc) · 2.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nashville Software School</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--My top navigation-->
<nav class = "navigation">
<div>
<a href="https://www.linkedin.com/profile/view?id=AAIAAAPoh6IB8W16dS87ln-LQf2T-XBQoS8D8wA&trk=nav_responsive_tab_profile" target= "blank">Contact Me</a>
</div>
</nav>
<h1 class = "centered">Hello, my name is Stephanie!!</h1>
<!--MY photo -->
<img class = "profilePhoto" src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/8/005/0a0/1ca/3393270.jpg" alt = "myPhoto" align = "middle">
<h2 id = "myBlogTitle">This is my personal blog! </h2>
<!--Intro -->
<div class = "paragraphs">
<p>
I have a background in computer animation. I worked at Magnetic Studios here in Nashville for the past three years, and I discovered that I really wanted/needed to learn programming. After a lot of thought, I decided to make my exit from the animation world and dive into the tech world. I have to say that the
<a href="http://nashvillesoftwareschool.com/"> Nashville Software School</a> has been awesome so far.
</p>
</div>
<div class = "hobbiesList">
Some of my hobbies:
<p>Drawing</p>
<img src="http://glenkeane.jakegreenanimation.com/images/Art_04.jpg">
<p>Painting</p>
<img src="https://s-media-cache-ak0.pinimg.com/originals/bc/dd/13/bcdd13be0e66d6261f82900d7a1a085b.jpg" width = "800">
<p>Movies</p>
<img src="http://advancescreenings.com/img/posters/t/the_martian_t.jpg" width = "500">
<p>Hiking</p>
<img src="http://images.alphacoders.com/191/191013.jpg" width = "800">
</div>
<!--My Experience-->
<div class = "paragraphs">
<p>I am recently learning to code and so far I have little experience with</p>
<p>HTML and CSS!</p>
</div>
<div>
<p class = "border">Coding is is like learning to read and write all over again; it can be hard, but yet fun.</p>
</div>
</body>
</html>