-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (61 loc) · 3.56 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
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sophie Hebdidge</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<meta name="author" content="Sophie Hebdidge - Freelance Developer">
<meta name="description" content="Sophie Hebdidge is a developer and technical educator. She works freelance to build websites and apps using technologies React Native and Ruby on Rails.">
<link rel = "icon" href = "../assets/img/homepage.svg">
<meta property="og:description" content="Sophie Hebdidge is a developer and technical educator. She works freelance to build websites and apps using technologies React Native and Ruby on Rails.">
<meta property="og:title" content="Sophie Hebdidge - Freelance Developer">
<meta name="twitter:title" content="Sophie Hebdidge - Freelance Developer">
<script type="text/javascript" src="script.js"></script>
<link href="style.css" rel="stylesheet" />
<link href="responsive-style.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Roboto+Slab:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
<section class="navContainer">
<img src="assets/img/menu-outline.svg" class="hamburger nav-svg" id="nav-open" alt="open the menu"/>
<nav class="pink-background" id="nav-bar">
<img src="assets/img/close-outline.svg" class="hamburger nav-svg" id="nav-close" alt="close the menu"/>
<a class="blue-text selected">Home</a>
<a class="blue-text" href="/mentoring">Mentoring</a>
<a class="blue-text" href="/software-development">Software Development</a>
<a class="blue-text" href="/speaking"> Speaking </a>
<a class="blue-text" href="https://techniclarity.co" target="_blank">Techniclarity</a>
<p class="blue-text">Get in touch [email protected]</p>
</nav>
</section>
<section class="title">
<header>
<h1 class="blue-text page-title">Sophie Hebdidge</h1>
<div class="header-underline pink-background"></div>
</header>
<img src="assets/img/homepage.svg" class="main-image" alt="cartoon image of woman" />
</section>
<main class="main">
<img src="assets/img/horizontal-wave.svg" class="blue-svg-background horizontalWave" alt="wave background image"/>
<img src="assets/img/vertical-wave.svg" class="blue-svg-background verticalWave" alt="wave background image"/>
<section class="blue-background blurb">
<p class="main-text">Supporting women to create and understand technology so that they can live their dream career.</p>
</section>
</main>
<footer class="pink-background">
<section>
<p class="blue-text"> [email protected] </p>
<p class="blue-text copyright">© Sophie Heb LTD </p>
</section>
<section>
<a href="https://github.com/sophieheb" alt="Link to github">
<img class="social-icon blue-svg-background" src="./assets/img/github.svg" alt="Github Icon">
</a>
<a href="https://www.linkedin.com/in/sophiehebdidge/" alt="Link to Linkedin">
<img class="social-icon blue-svg-background" src="./assets/img/linkedin.svg" alt="Linkedin Icon">
</a>
</section>
</footer>
</body>
</html>