-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (139 loc) · 6.06 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Kristie M. Connor</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/pic01.jpg" class="image-fit"></span>
<h1>Kristie M. Connor</h1>
<p>Artist</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">About</a></li>
<li><a href="#first">About</a></li>
<li><a href="#second">Resume</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#cta">Contact</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>About</h2>
</header>
<p></p>
<ul class="actions">
<li><a href="generic.html" class="button">Learn More</a></li>
</ul>
</div>
<span class="image"><img src="images/pic01.jpg" alt="photo"/></span>
</div>
</section>
<!-- First Section -->
<section id="first" class="main special">
<header class="major">
<h2>About</h2>
</header>
<ul class="features">
<li>
<span class="icon major solid style2 fal fa-project-diagram"></span>
<h3>**</h3>
<p><sup>Worked on a three-part remote team to build a database of resumes. Full stack RoR with bootstrap theme allows users to update their resume and be part of a database for recruiters to search.</sup></p>
</li>
<li>
<span class="icon major style1 fa-gem"></span>
<h3>Recipe Bro</h3>
<p><sup>Built and designed an app to store users' ingredients and allow users to search recipes based on what they already have. Full stack Ruby on Rails and sources a third party API.</sup></p>
</li>
<li>
<span class="icon major style4 fa-copy"></span>
<h3>bla de bla</h3>
<p><sup>eee heee</sup></p>
</li>
</ul>
<footer class="major">
<ul class="actions special">
<li><a href="#" class="button icon solid fa-save">Learn more</a></li>
</ul>
</footer>
</section>
<!-- Get Started -->
<section id="cta" class="formspree" text-align="center">
<h3> Send me a message.</h3>
<form
action="https://formspree.io/mvoonjka"
method="POST"
>
<div class="row gtr-uniform">
<div class="col-6 col-12-xsmall">
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" />
<label>
Your email address
<input type="text" name="_replyto">
</label>
<label>
Subject
<input type="hidden" name="_subject" />
<label>
Your message
<textarea name="message"></textarea>
</label>
<!-- your other form fields go here -->
<button type="submit" class="button small">Send</button>
</div>
</div>
</form>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<ul class="icons">
<li><a href="https://www.imdb.com/name/nm12928168/?ref_=hm_rvi_nm_i_1" class="fa-brands fa-imdb alt"><span class="label">IMDb</span></a></li>
<li><a href="http://www.twitter.com/mochajava_" class="icon brands fa-twitter alt"><span class="label">Twitter</span></a></li>
<li><a href="http://www.linkedin.com/in/kristiemconnor" class="icon brands fa-linkedin-in alt"><span class="label">LinkedIn</span></a></li>
<li><a href="http://www.instagram.com/mochajava_" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li>
<li><a href="http://www.github.com/kristiemconnor" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li></p>
</ul>
</section>
<p class="copyright alt">© Designed by <a href="http://www.twitter.com/ajlkn">AJ</a> at <a href="https://html5up.net">HTML5 UP</a>.
</footer>
</div>
<style>
.formspree {
padding: 12px, 16px;
justify-content: center;
}
.icons {
justify-content: center;
}
</style>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>