-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (159 loc) · 7.68 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<meta
name="Front-End Web Developer specializing in processes, JavaScript and React searching for a company that rewards bias to action and leadership. I am open for freelance work. Boot camp graduate, Ruby, Rails, Python,technical writer, process lover">
<meta name="robots" content="follow">
<meta property="og:title" content="Greg Curl | Front-End Web Developer for hire">
<meta property="og:description" content="Front-End Web Developer for hire">
<meta property="og:image" content="https://i.imgur.com/l6MvJiu.png">
<meta property="og:title" content="https://gregcurl.com/">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="img/codelogo_v2.svg" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<link rel="stylesheet" href="styles/style.css">
<title>Greg Curl | Web Developer for hire | Technical Writer | Process Lover</title>
<script src="https://www.google.com/recaptcha/api.js"></script>
</head>
<body>
<header class="main-head">
<nav>
<div class="logo">
<a title="home" href><img src="icons/logo.svg" alt="logo"></a>
<h1>Greg Curl</h1>
</div>
<ul>
<li><a href="#projects">Projects</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section class="intro">
<div class="intro-text">
<h2>Greg Curl</h2>
<h3>
Web Developer</br>
Technical Writer</br>
Process Lover
</h3>
<p>Fast learner. Obsessed with coffee and code.</p>
<p>From building aircraft carriers to building code, I'm passionate about processes and technical documents and have a bias towards action and thrive most when helping people grow.</p>
<p>I am available for freelance work creating mobile-first, responsive, and user-friendly designs. Please reach out to ensure your website is returning value.</p>
<div class="intro-socials">
<a title="github" href="https://github.com/gacurl" target="_blank"><img src="icons/github.svg"
alt="github social link"></a>
<a title="linkedin" href="https://www.linkedin.com/in/gcurl/" target="_blank"><img
src="icons/linked-in.svg" alt="linkedin social link"></a>
</div>
</div>
<div class="intro-images">
<img src="img/undraw_solution_mindset.svg" alt="solution mindset image from undraw website">
</div>
</section>
<section id="projects">
<h2>Some of my Favorite Projects</h2>
<div class="projects-container">
<div class="project lodge-site">
<img src="favo/freemason.svg" alt="Square and Compasses Thumbnail">
<h3>Lake Drummond Lodge</h3>
<div class="button-container">
<a href="https://gacurl.github.io/lakeDrumm/" target="_blank">Head over to Lake Drummond</a>
<a href="https://github.com/gacurl/lakeDrumm" target="_blank">Code</a>
</div>
</div>
<div class="project moodtracker-site">
<img src="favo/MTfavo.ico" alt="MoodTracker Thumbnail">
<h3>Mood Tracker</h3>
<div class="button-container">
<a href="https://quiet-ravine-92313-f20f6159681c.herokuapp.com/" target="_blank">Head over to MoodTracker</a>
<a href="https://github.com/Code-the-Dream-School/dragonfish-practicum/tree/main" target="_blank">Code</a>
</div>
</div>
</div>
</section>
<section id="contact">
<h2>Hire Me</h2>
<div class="contact-container">
<div class="contact-form">
<form id="contact-form">
<div class="name-field">
<label for="name">name</label>
<input type="text" name="from_name" id="from_name" required placeholder="Please enter your name">
</div>
<div class="email-field">
<label for="email">email</label>
<input type="email" name="from_email" id="from_email" required placeholder="Please enter your email">
</div>
<div class="message-field">
<label for="message">message</label>
<input type="textarea" name="message" id="message" placeholder="Describe how I can help you">
</div>
<input type="submit" id="contact-submit-button" value="send your email">
</form>
</div>
<div class="contact-info">
<ul>
<li>
<div class="icon-text">
<i class="fas fa-mobile-alt"></i>
<h3>Text:</h3>
</div>
<a
href="sms:+17577738804&body=Hi.%20I%27d%20like%20to%20chat%20about%20your%20portfolio.">757-773-8804</a>
</li>
<li>
<div class="icon-text">
<i class="far fa-envelope"></i>
<h3>Email:</h3>
</div>
<a href="mailto:greg.a.curl@gmail.com">greg.a.curl@gmail.com</a>
</li>
<li>
<div class="icon-text">
<i class="far fa-compass"></i>
<h3>Socials:</h3>
</div>
</li>
</ul>
<ul class="socials">
<li>
<a href="https://www.linkedin.com/in/gcurl/" title="linkedin" target="_blank" class="li">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/gacurl" title="github" target="_blank" class="gh">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://twitter.com/GregCurl2" title="twitter" target="_blank" class="twit">
<i class="fab fa-twitter-square"></i>
</a>
</li>
</ul>
</div>
</div>
</section>
<footer>
<img src="img/codelogo_v2.svg" alt="logo">
<h4>Greg Curl <i class="fas fa-drafting-compass"></i> ©<span id="copyright"></span></h4>
</footer>
<!-- <script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script> -->
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init("user_Rd43ny3XdfU8qc0T0bdke");
})();
</script>
<script src="app.js"></script>
</body>
</html>