-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (82 loc) · 4.75 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bevanme Designs</title>
<meta charset="utf-8">
<meta name = "viewport" content="width=device-width, initial-scale=1">
<meta name = "description" content="Bevanme Designs - affordable and maintainable software designs">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="normalize.css" >
<link rel="stylesheet" type="text/css" href="main.css" >
</head>
<body>
<header>
<div class="namebar"><h1>Gail Mitchell</h1></div>
<nav class="navbar">
<!-- <div class="hamburger">☰</div> -->
<ul class="menu">
<li><a href="#go-to-about">About</a></li>
<li><a href="#go-to-portfolio">Portfolio</a></li>
<li><a href="https://github.com/g36mitchell?tab=repositories" target="_blank">Github</a></li>
<li><a href="https://linkedin.com/in/mitchellgail" target="_blank">LinkedIn</a></li>
</ul>
</nav>
</header>
<main>
<div class="banner" role="banner">
<blockquote>Wisdom begins with the definition of terms. -Socrates</blockquote>
</div>
<i id="go-to-about"></i>
<section class="about-section">
<h2>About</h2>
<div class="about-information">
<div class="subsection">
<h3>Hi I'm Gail.</h3>
<p>Whether you are a non-profit, an institution of learning, or a commercial enterprise, let me tell you what I would love to do...</p>
<p>I want to help your organization succeed by understanding what is needed and then applying the power of technology to your people's work.</p>
<p>Simple.</p>
</div>
<div class="subsection self-portrait">
<img src="images/nerdy-girl.jpg" alt="Gail Mitchell head shot" />
</div>
</div>
</section>
<i id="go-to-portfolio"></i>
<section class="portfolio-section">
<h2>Portfolio</h2>
<div class="portfolio-information">
<div class="app">
<h3>Web Application</h3>
<h4>Baseball Quiz</h4>
<div class="app-tile">
<div class="app-picture">
<img src="images/baseballquiz.png" alt="dirty old baseball"/>
</div>
</div>
<div class="app-tile">
<p class="app-description">I enjoy coding frontend or backend. My family loves baseball, so I wrote this quiz app to share some fun facts. See how you do!</p><br/>
<div><a href="https://github.com/g36mitchell/quiz" target="_blank">Github</a> | <a href="https://g36mitchell.github.io/quiz/" target="_blank"> Play Quiz</a></div>
<div class="app-technology"><br />HTML, CSS, Javascript</div>
</div>
</div>
<div class="app">
<h3>Customize Off-the-Shelf (COTS)</h3>
<h4>Grants Management System</h4>
<div class="app-tile">
<div class="app-picture">
<img src="images/impactaustin.png" alt="Impact Austin logo" />
</div>
</div>
<div class="app-tile">
<p class="app-description">Sometimes it isn't time to code but to configure. Meeting the needs of an organization may mean buying from a reputable industry leader. <span class="ImpactAustin">Impact Austin</span> needed an affordable, maintainable grant management system to support their non-profit. With an understanding of file sharing, CSS, good UX design and data structures, Wizehive's Zengine was configured in four months by a team of volunteers. Best of all, it can be maintained by volunteers.</p>
</div>
</div>
</div>
</section>
</main>
<footer>
<address>Email me at <a href="mailto:[email protected]?subject=Saw%20your%20portfolio">[email protected]</a></address>
</footer>
</body>
</html>