forked from skillcrush/101-jubilee_austen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (63 loc) · 2.99 KB
/
index.html
File metadata and controls
65 lines (63 loc) · 2.99 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
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>Tina Morrell | Portfolio</title>
<link rel="stylesheet" href="main.css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div id="webpage">
<div id="header">
<div id="header-body">
<div id="menu">
<h1>Tina Morrell</h1>
<nav>
<ul>
<!--about is on hold until portfolio thumbnails are ready
<li>
<a href="#statement">About</a>
</li>
-->
<li>
<a href="https://github.com/LibrarianTina" target="_blank" alt="Github account">Work</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
<br style="clear: both">
<div id="greeting">
<h2><span>Hi,</span> I'm an academic librarian and <span>front end developer</span>.</h2>
</div>
</div>
</div>
<div id="statement">
<div id="statement-body">
<h2>A little bit about me</h2>
<p> My journey into tech started with a M.S. degree in library science. Every day I help students navigate
research databases and the Learning Management System, and troubleshoot citation management software through both synchronous and asynchronous training.
I use HTML5 and CSS to create content for course and library guides on topics across all disciplines.
</p>
</div>
</div>
<div id="contact">
<img id="contact-img" src="img/laptop.jpg" alt="laptop">
<div id="social-media">
<h2 id="socialmedia-header">Find me on the interwebs</h2>
<ul>
<li><a href="https://www.linkedin.com/in/tinamorrell/"><img src="img/linkedin.png" alt="linkedin icon" /></a></li>
<li><a href="https://github.com/LibrarianTina"><img src="img/github.png" alt="github icon" /></a></li>
</ul>
<h2>Like what you see?</h2>
<h3 id="email-header">Let's meet for a virtual cup of coffee over Zoom.</h3>
<a href="mailto:hello@tinamorrell.com"><img src="img/envelope.png" id="envelope"
alt="envelope icon" />hello [@] tinamorrell.com</a>
</div>
</div>
</div>
</body>