-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (24 loc) · 995 Bytes
/
index.html
File metadata and controls
40 lines (24 loc) · 995 Bytes
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
<head>
<title>My portfolio </title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<h1>Erin Roche </h1>
<hr>
<h2>Programming Expert </h2>
<img src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/8/005/086/1a2/1ba99dd.jpg"/>
<h3>I am awesome! </h3>
<p id="first paragraph"> I am going to Peurto Rico on Tuesday. I am so excited to sit on the beach in the sun and not think about work. </p>
<p class="other paragraphs"> My guilty pleasure is reading trashy novels. </p>
<p class="other paragraphs">I ate a salad for lunch. </p>
<hr>
<ul>
<li>Senior Partner, Senior Vice President at FleishmanHillard </li>
<li> Executive Vice President at Weber Shandwick </li>
<li> Account Manager at Text 100 </li>
</ul>
<hr>
<a href="https://www.linkedin.com/in/erin-roche-3a995a2">LinkedIn</a> |
<a href="https://www.facebook.com/erinnroche">Facebook</a> |
<a href="https://twitter.com/erinnroche">Twitter</a>
</body>