-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrucks.html
81 lines (64 loc) · 3.67 KB
/
trucks.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Mission
––––––––––––––––––––––––––––––––––––––––––––––––––
- Make transportation safer, cleaner and more accessible -->
<!-- Trucks factory-approved vehicle fleet
––––––––––––––––––––––––––––––––––––––––––––––––––
- 1966 Chaparral 2E, 1984 Hutch Pro Star, Vision Psycho Stick -->
<!-- Official Trucks Team drivers / riders
––––––––––––––––––––––––––––––––––––––––––––––––––
- Kaito Osborn, JR Hildebrand -->
<!-- Should manels exist?
––––––––––––––––––––––––––––––––––––––––––––––––––
- Hell no -->
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Trucks Venture Capital funds the entrepreneurs building the future of transportation</title>
<meta name="description" content="Trucks Venture Capital funds the entrepreneurs building the future of transportation. The firm is located in San Franciso, CA.">
<meta name="author" content="Trucks Venture Capital">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/general.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="top-level">
<div class="logo">
<img src="images/Truckslogo.png" alt="Autonomous vehicle emoji" width="15%">
</div>
<div class="typing">
<style> #typed-me { font-size: 20px; font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;} </style>
<span id="typed-me"></span>
</div>
<div class="buttons">
<a href="portfolio.html">
<div class="button">Portfolio</div>
</a>
<a href="http://www.tinyletter.com/transportation">
<div class="button">Newsletter</div>
</a>
<a href="https://trucksvc.typeform.com/to/KOwp62" >
<div class="button">Contact</div>
</a>
<a href="https://angel.co/jobs?slug=trucksvc" >
<div class="button">Careers</div>
</a>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="js/typing.js"></script>
</html>