Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
Co-authored-by: Allen Lee <[email protected]>
Co-authored-by: Weston Ludeke <[email protected]>
Co-authored-by: Rachele Lang <[email protected]>
  • Loading branch information
4 people committed Apr 15, 2024
0 parents commit e3073d5
Show file tree
Hide file tree
Showing 23 changed files with 1,470 additions and 0 deletions.
408 changes: 408 additions & 0 deletions css/index.css

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
/*
----------------------------------------
Tantek Celik's Whitepsace Reset
Author: Tantek Celik, Shane Riley
Version: (CC) 2010 Some Rights Reserved - http://creativecommons.org/licenses/by/2.0
Description: Resets default styling of common browsers to a common base
----------------------------------------
*/

ul,
ol {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
font-size: 1em;
}
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
dl,
dt,
dd,
figure,
figcaption {
margin: 0;
padding: 0;
}
a img,
:link img,
:visited img,
fieldset {
border: none;
}
address {
font-style: normal;
}
header,
section,
article,
nav,
footer,
hgroup,
details,
summary,
figure,
main,
div {
display: block;
box-sizing: border-box;
}
mark {
color: inherit;
background: transparent;
}
abbr {
border: none;
}
summary::-webkit-details-marker {
display: none;
}
187 changes: 187 additions & 0 deletions images/Layer_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/allen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions images/case-study-team.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added images/email-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions images/favicon-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions images/features-case-study.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/github-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/hero-features.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added images/linkedin-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions images/logo-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e3073d5

Please sign in to comment.