-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (53 loc) · 2.95 KB
/
index.html
File metadata and controls
78 lines (53 loc) · 2.95 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="JBicon.png">
<title> Geeky Girl can Draw </title>
<link rel = "stylesheet"
type = "text/css"
href = "style.css" />
</head>
<body style = "margin: 100px;">
<h1 style = "text-align: center; color: #34cbcb;"> About me/my artstyle </h1>
<h3>
<ul id = "na" >
<li class = "nav"> <a href = "index.html" style = "color:#a7dcf9" > Home page</a></li>
<li class = "nav"> <a href = "drawings.html" style = "color:#9ec3ff" > Dance! </a> </li>
<li class = "nav"> <a href = "digital.html" style = "color:#bc9eff"> Macys Thanksgiving Day Parade! </a></li>
<li class = "nav"><a href = "aboutmyart.html" style = "color:#ff9ef3" > Cats! </a> </li>
</ul>
</h3>
<table>
<tbody>
<h1> About Me </h1>
<p> Hi! my name is Jessandra<br>
I am a Junior in highschool<br>
I enjoy dancing Jazz, Lyrical, hip hop, ballet and depending on the day, tap.<br>
I am writing this webpage to talk about my experiences with dance includining performing in NYC for the Macy's Thanksgiving Day Parade! <br>
I am the state president for Technology Student Association.<br>
Ihave been dancing for 13 years.<br>
I am a bright optimistic person who enjoys spending time with my friends and family.<br></p>
<img src = "https://lh4.googleusercontent.com/-NCWKYVDaaSM/AAAAAAAAAAI/AAAAAAAADwQ/AQAfWcE01lc/photo.jpg" margin: auto, display:block,
width: 300, length: 300>
<h2 style = "text-align: center; color: #00cca3;" >Drawing? what do I do and when do I find the time? </h2>
<p>I do a lot of drawing including shading, water color pencils, and with markers.<br>
I find time through the night and I carry a scketch book around with me everywhere.<br>
I find it stress relieving and fun to sketch while on the way.<br>
I enjoy drawing flowers such as roses.<br>
</p>
</tbody>
<img style = src="https://static.pexels.com/photos/39517/rose-flower-blossom-bloom-39517.jpeg" style = "margin: auto; display:block;" width="300" length="250">
<h2>My life!</h2>
<p style = "text-align: center; color: #0099ff;">I have two cats,<br>
I rather enjoy their company and my family's.<br>
I like to spend time with my friends and take pictures whenever possibe. <br>
</p>
<h2 style = "text-align: center; color: #00cca3;"> Girls who code quotes</h2>
<ul style = "text-align: center; color: #0099ff; list-style-type: none; " >
<li style = "text-align: center;" >"I think I'm just lossing my mind"</li>
<li style = "text-align: center;" >"je parle francaise"</li>
<li style = "text-align: center;"> oof </li>
<li style = "text-align: center;"> unknown </li></ul>
</table>
</body>
</html>