-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (153 loc) · 6.45 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
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE HTML>
<html>
<head>
<title>Carrib Portfolio</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">
<h1>Hello, I'm Brad</h1>
<p>Take a look around! I'm looking forward to building a project for you soon. </p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">Introduction</a></li>
<li><a href="#first">My Work</a></li>
<li><a href="#second">Services</a></li>
<li><a href="#cta">Let's Connect</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>I'm a full-stack software engineer in the Sacramento, CA area</h2>
</header>
<p> Do you need to increase your web presence? Does your website draw people in on all devices from desktop to mobile? </p>
<p> I would love to work with you in creating or updating your current web presence to a responsive & easily accessible website. Check out some of my work below to see examples of what I can offer you today. </p>
</div>
<span class="image"><img src="images/headshot.jpg" alt="" /></span>
</div>
</section>
<div class="row gtr-uniform">
</div>
<!-- First Section -->
<section id="first" class="main special">
<header class="major">
<h2>My Work</h2>
</header>
<ul class="features">
<li>
<div class="col-4">
<span class="image fit"><a href="https://happyhourhq.cyclic.app/" target="_blank"><img src="images/HHQ_3_15_2023.gif" alt=""></a></span>
<h3>Happy Hour HQ</h3>
<p>Currently MVP with features added regularly</p>
</div>
</li>
<li>
<div class="col-4">
<span class="image fit"><a href="https://badgerbrewery.netlify.app/" target="_blank"><img src="images/brewerymain.jpg" alt=""></a></span>
<h3>Badger Brewery</h3>
</div>
</li>
<li>
<div class="col-4">
<span class="image fit"><a href="https://bsbread.netlify.app/" target="_blank"><img src="images/bakerymain.jpg" alt=""></a></span>
<h3>B's Bread & Pizza</h3>
</div>
</li>
</ul>
<footer class="major">
<ul class="actions special">
<li><a href="#footer" class="button">Contact Me</a></li>
</ul>
</footer>
</section>
<!-- Second Section -->
<section id="second" class="main special">
<header class="major">
<h2>My Services</h2>
<p>I pride myself by delivering completed projects that meet clients needs and expectations. We will devise an outlined goal for your new web presence. Communication is key, and we will be in contact throughout the process. </p>
</header>
<ul class="statistics">
<li class="style1">
<strong>1. Consultation</strong>
</li>
<li class="style2">
<strong>2. Proposal</strong>
</li>
<li class="style3">
<strong>3. Creation</strong>
</li>
<li class="style4">
<strong>4. Launch</strong>
</li>
<li class="style5">
<strong>5. Support</strong>
</li>
</ul>
<footer class="major">
<ul class="actions special">
<li><a href="generic.html" class="button">Get In Touch</a></li>
</ul>
</footer>
</section>
<!-- Get Started -->
<section id="cta" class="main special">
<header class="major">
<h2>Let's Connect!</h2>
<p>I am currently accepting new freelance clients, website, and web application project opportunities</p>
</header>
<form method="post" name="contact" data-netlify="true">
<div class="row gtr-uniform">
<div class="col-6 col-12-xsmall">
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name">
</div>
<div class="col-6 col-12-xsmall">
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email">
</div>
<div class="col-12">
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary"></li>
<li><input type="reset" value="Reset"></li>
</ul>
</div>
</div>
</form>
<footer class="major">
</footer>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.twitter.com/BrCarrico" class="icon brands fa-twitter alt" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.github.com/BCarrico" class="icon brands fa-github alt" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/Carrib" class="icon brands fa-linkedin alt" target="_blank"><span class="label">Dribbble</span></a></li>
</ul>
<p class="copyright">© <a href="https://carrib.netlify.app">Brad Carrico</a> | Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- 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>