-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (63 loc) · 2.8 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
64
65
66
<!doctype html>
<!--
Carolyn Buck-Gengler - homepage
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Carolyn Buck-Gengler | Portfolio | Home</title>
<meta name="description" content="Carolyn Buck-Gengler home page">
<meta name="keywords" content="Carolyn Buck-Gengler portfolio projects">
<!-- <link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Bellota:400,700i&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inter&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header>
<!-- <div class="full-width"> -->
<!-- <div class="half-width"> -->
<h1>Carolyn Buck‑Gengler</h1>
<!-- </div>
<div class="half-width"> -->
<nav>
<ul>
<li><a href="./index.html">About</a></li>
<li><a href="./projects/index.html">Projects</a></li>
<li><a href="./contact/index.html">Contact</a></li>
</ul>
</nav>
<!-- </div> -->
<h2><span class="itals orange">Developing web pages</span> brings me <span class="orange">joy</span>.
Let me share that <span class="orange">joy</span> with you!</h2>
<!-- </div> -->
</header>
<main class="homepage">
<h1>Carolyn Buck-Gengler</h1>
<p>Hi, I'm Carolyn! I'm an aspiring web developer. I've always loved programming,
and after a sojourn in the world of cognitive psychology research,
I have discovered that writing web pages really gets my heart pumping!
</p>
<p>My experience in psychology gives me great writing and editing skills,
as well as the experience of putting together
great programs to run experiments, in which great attention to detail and
to the user experience is required.
</p>
<p>I have worked with HTML, CSS, Javascript, Java, PHP, Node.js, and am always
seeking to add new skills, as well.
</p>
<p>Please check out my <a href="./projects/index.html">projects</a>!</p>
</main>
<footer>
<p class="footername">Carolyn Buck-Gengler</p>
<p class="footercontact"><a class="email-addr" href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>