├── README.md ├── css └── style.css ├── img ├── friends-bar2.jpg ├── friends-dinner.jpg ├── friends-happy2.jpg ├── friends-phone.jpg ├── headshot.jpg ├── kitg-logo.png └── profile-mac2.png ├── index.html └── thanks.html /README.md: -------------------------------------------------------------------------------- 1 | # kitg 2 | Karate In The Garage 3 | A place to meet new friends and create new adventures 4 | -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- 1 | p, li, .description{ 2 | font-weight: 400; 3 | line-height: 1.8rem; 4 | } 5 | .sidebar-collapse .navbar-collapse{ 6 | background: #000; 7 | } 8 | .sidebar-collapse .navbar-collapse::before{ 9 | background: linear-gradient(#b2a37d,#131313 80%); 10 | } 11 | 12 | .bg-primary{ 13 | background: #b2a37d !important; 14 | } 15 | .brand{ 16 | animation-name: fadeIn; 17 | animation-duration: 1.1s; 18 | } 19 | .brand .h1-seo{ 20 | font-size: 3.2rem; 21 | margin-bottom: .5rem; 22 | } 23 | 24 | .brand h3{ 25 | margin: 0; 26 | } 27 | @keyframes fadeIn { 28 | 0% {opacity: 0;} 29 | 25% {opacity: .25;} 30 | 50% {opacity: .50;} 31 | 100% {opacity: 1;} 32 | } 33 | 34 | .paddingTop{ 35 | padding-top: 2rem; 36 | } 37 | .navbar-white{ 38 | background: #fff !important; 39 | } 40 | 41 | .black{ 42 | color: #000; 43 | } 44 | .gold, .gold-background, .category{ 45 | color: #b2a37d !important; 46 | } 47 | 48 | .background-black{ 49 | background: #131313; 50 | } 51 | 52 | .background-black:hover, .background-black:focus{ 53 | background: #b2a37d !important; 54 | } 55 | 56 | 57 | .filter-color{ 58 | background: linear-gradient(0deg,rgba(44,44,44,.2),rgba(0,0,0,.8)); 59 | } 60 | 61 | .peopleInfo{ 62 | height: 400px; 63 | width: 100%; 64 | background: url('../img/friends-happy2.jpg'); 65 | background-repeat: no-repeat; 66 | background-position: 100%; 67 | background-size: cover; 68 | } 69 | 70 | .testimony{ 71 | padding: 2rem; 72 | display: flex; 73 | justify-content: center; 74 | align-items: center; 75 | } 76 | .peopleInfo h2, .testimony h3{ 77 | margin: 0; 78 | } 79 | section .section-inner{ 80 | height: 100%; 81 | width: 100%; 82 | display: flex; 83 | justify-content: center; 84 | align-items: center; 85 | } 86 | 87 | section .section-inner h2{ 88 | color: #fff; 89 | } 90 | 91 | .team{ 92 | padding: 1rem; 93 | } 94 | 95 | .cto{ 96 | background: #131313; 97 | 98 | } 99 | .team-player .title, .team-player .description{ 100 | color: #fff; 101 | } 102 | 103 | .footer{ 104 | background: #131313; 105 | color: #fff; 106 | } 107 | 108 | 109 | .thanks .wrapper{ 110 | height: 100vh; 111 | width: 100%; 112 | display: flex; 113 | flex-direction: column; 114 | justify-content: center; 115 | align-items: center; 116 | } 117 | 118 | @media screen and (max-width: 500px){ 119 | .brand .h1-seo{ 120 | font-size: 2.2rem; 121 | } 122 | } -------------------------------------------------------------------------------- /img/friends-bar2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdees82/kitg/15f6c7e47efe6a7b0a16d3d37ac8fc7d47843549/img/friends-bar2.jpg -------------------------------------------------------------------------------- /img/friends-dinner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdees82/kitg/15f6c7e47efe6a7b0a16d3d37ac8fc7d47843549/img/friends-dinner.jpg -------------------------------------------------------------------------------- /img/friends-happy2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdees82/kitg/15f6c7e47efe6a7b0a16d3d37ac8fc7d47843549/img/friends-happy2.jpg -------------------------------------------------------------------------------- /img/friends-phone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdees82/kitg/15f6c7e47efe6a7b0a16d3d37ac8fc7d47843549/img/friends-phone.jpg -------------------------------------------------------------------------------- /img/headshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdees82/kitg/15f6c7e47efe6a7b0a16d3d37ac8fc7d47843549/img/headshot.jpg -------------------------------------------------------------------------------- /img/kitg-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdees82/kitg/15f6c7e47efe6a7b0a16d3d37ac8fc7d47843549/img/kitg-logo.png -------------------------------------------------------------------------------- /img/profile-mac2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdees82/kitg/15f6c7e47efe6a7b0a16d3d37ac8fc7d47843549/img/profile-mac2.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | KITG 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 32 | 33 | 34 | 35 | 36 | 37 | 74 | 75 |
76 | 87 |
88 | 89 |
90 |
91 |

"IT'S LIKE UBER, BUT FOR FRIENDS!

92 |
93 |
94 |
95 |
96 |

Find friends in your area!

97 |

Karate in the garage was developed to help others find people in their area who are looking to hang out right now. Boyfriend doesn't want to go see the hot new movie? Friends bailed on you at the last minute? Want to try that new resturant downtown but don't want to go alone? Karate In The Garage can help.

98 |

Our drivers will pick you up and hang out with you for the entirety of your event!

99 |

It works in 3 easy steps

100 |
    101 |
  1. Sign up
  2. 102 |
  3. Find available people in your area based on a personality test
  4. 103 |
  5. Hang out!
  6. 104 | 105 |
106 |
107 | profile image 108 |
109 |
110 |
111 | 112 | 113 | 114 |
115 | 116 |
117 |
118 |

CONNECT WITH PEOPLE TODAY

119 |
120 |
121 | 122 |
123 |

"This is the best service I have ever used. I've made life-long friends" - Anna S.

124 | 125 |
126 |
127 |
128 | 129 |
130 |
131 |
132 |
133 |
134 | Thumbnail Image 135 |

Sean Dees

136 |

CTO

137 |

I hope KITG proves to be a useful tool that millions of people can enjoy. Our goal is to provide safe, reliable, long-lasting friendships and improve quality of life. 138 | 142 |

143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 | 151 |
152 |

Want to know when we launch?

153 |

Start up-to-date with the latest information.

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 | 192 |
193 |
194 |
195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | -------------------------------------------------------------------------------- /thanks.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 26 | 27 | 28 | 29 | 66 | 67 |
68 |
69 |

Did we just become best friends?

70 |

Thank You

71 |
72 |
73 | 74 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | --------------------------------------------------------------------------------