-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (72 loc) · 2.73 KB
/
Copy pathindex.html
File metadata and controls
72 lines (72 loc) · 2.73 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Bootstrap Ventures</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="javascript.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="splash">
<div id="navigation">
<img src="images/logo.png" alt="Bootstrap Ventures Logo" id="logo" class="clearfix">
<a href="javascript:void(0);" id="navIcon" onclick="myFunction()">☰</a>
<ul id="navigation_list">
<li><a href="#splash">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div id="splashMiddle">
<h1>Startup : Expedite</h1>
<h3>Helping new companies overcome old problems</h3>
</div>
<a id="splashBottom" href="#services">Our Services<br><img src="images/down_arrow.png" width="27px" height="17px"></a>
</div>
<div id="services">
<h2>Launching a company is difficult</h2>
<h3>Our services help you focus on growing your business</h3>
<div class="serviceBox">
<h3>Due Diligence</h3>
<hr id="dueDiligence">
<ul>
<li>Market Sizing</li>
<li>Industry Overview</li>
<li>Competitive Analysis</li>
</ul>
</div>
<div class="serviceBox">
<h3>Financial Analysis</h3>
<hr id="financialAnalysis">
<ul>
<li>Operating Models</li>
<li>Valuations</li>
<li>Capital Structure</li>
</ul>
</div>
<div class="serviceBox">
<h3>Advisory</h3>
<hr id="advisory">
<ul>
<li>Pitch Decks</li>
<li>Incentive Alignment</li>
<li>Technology Advisory</li>
</ul>
</div>
</div>
<div id="about">
<h2>About Us</h2>
<h3>Something new and wonderful</h3>
<p>Bootstrap Ventures is a startup that intends to bring professional level analysis and business services to newly formed companies within the Chicago metropolitan area. The man behind the Bootstrap Ventures, Alexander Katz, is a current student at the Kellogg School of Business. Alexander has significant experience spanning several major industries. In the past he has launched a boutique software development firm; worked within the architecture industry; and spent three years in the Investment Banking industry. Bootstrap Ventures is designed to build experience working with startup firms and to bring his wealth of knowledge and experience to startups.</p>
<img src="images/boot_white.png" width="100px" height="64px">
</div>
<div id="contact">
<h2>Contact Us</h2>
<h3>How may we help you?</h3>
<button id="YvynIpoMZ" onclick="message();">E-mail Us</button>
</div>
</body>
</html>