-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (43 loc) · 1.52 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
<html>
<head>
<title>Anne Catherine Bramley</title>
<link rel="stylesheet" type="text/css" href="main.css">
<meta name="viewport" content="width=device-width, initial-scale=1" lang="eng">
</head>
<body>
<div id="wrapper">
<!-- nav -->
<nav class="clearfix">
<!-- <img src="images/ofic_logo.png" id="logo"> -->
<span id="logo">Anne Catherine Bramley</span>
<a href="index.html" class="nav_header">Home</a>
<a href="https://www.linkedin.com/in/annebramley" class="nav_header" target="_blank">LinkedIn</a>
<a href="mailto:bramleyac@gmail.com" class="nav_header">Contact</a>
</nav>
<!-- header -->
<header id="slogan">
Senior technical writer
</header>
<!-- aside and article -->
<section id="main">
<div id="column1">
<img src="images/resume.png" id="resume" alt="Resume">
<h2><a href="resume.html" id="cv">Resume</a></h2>
<p>Professional experience, education and skills</p>
</div>
<div id="column2">
<img src="images/document.jpg" id="document" alt="Document">
<h2><a href="writing.html" id="writing">Writing samples</a></h2>
<p>Presentation material, product documentation, training material</p>
</div>
<div id="column3">
<img src="images/book.jpg" id="book" alt="Books">
<h2><a href="books.html" id="books">Book references</a></h2>
<p>Drawing, programming, technical writing, writing</p>
</div>
</section>
<!-- footer -->
<footer class="clearfix"> © Copyright 2022</footer>
</div>
</body>
</html>