-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMagic.html
236 lines (211 loc) · 11.3 KB
/
Magic.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()"
title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a href="index.html" class="w3-bar-item w3-button">HOME</a>
<a href="Startups.html" class="w3-bar-item w3-button">STARTUPS</a>
<a href="History.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i>HISTORY</a>
<a href="Habitat.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i>HABITAT</a>
<a href="Magic.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i>MAGIC</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="History.html" class="w3-bar-item w3-button" onclick="toggleFunction()">HISTORY</a>
<a href="Habitat.html" class="w3-bar-item w3-button" onclick="toggleFunction()">HABITAT</a>
<a href="Magic.html" class="w3-bar-item w3-button">MAGIC</a>
<a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
</div>
</div>
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
<div class="w3-display-middle" style="white-space:nowrap;">
<span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity"><h1>MAGIC</h1><span class="w3-hide-small"></span></span>
</div>
</div>
<!-- Container (About Section) -->
<div class="Cover photo">
<img src = "Future-Unicorns.jpg" width="100%" height="100%" class="w3-content w3-container w3-padding-64" id="about">
<h3 class="w3-center">Future Unicorns?</h3>
<p class="w3-center"><em>What are my predictions?</em></p>
<p><a href="https://www.soulmachines.com"><em>Soul Machines</em></a> are currently on their series B funding, funded by IBM. I think an excellent clientle for offering this type of AI service would be in video games. Other startups to watch would be any startup offering Automation solutions like <a href="https://www.knightscope.com"><em> Knightscope</em></a> an autonomous robot company at their seed funding stage in the USA. These are my personal favorites to go IPO: <a href="https://www.instacart.com"><em>Instacart</em></a> will also go for their IPO and get a billion-dollar listing evaluation. Another company to go IPO in the future would be <a href="https://www.spacex.com/">Starlink</a>, a Spinoff (Privately listed SpaceX). Based on its debt to equity ratio, it would be a valuation of at least $10Billion based on the $5Billion of R&D before listing, which is well above the 1Billion valuation needed to qualify to be a Unicorn plus within the 10year span.</p>
<div><img src="https://techcrunch.com/wp-content/uploads/2020/01/starlink-deploy.gif">
</div>
</div>
<div class="w3-row">
<div class="w3-col m6 w3-center w3-padding-large">
</div>
<!-- Hide this text on small devices -->
<p class="w3-large w3-center w3-padding-16">Im really good at:</p>
<p class="w3-wide"><i class="fa fa-camera"></i>Problem Solving</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:90%">90%</div>
</div>
<p class="w3-wide"><i class="fa fa-laptop"></i>Web Design</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:85%">85%</div>
</div>
<p class="w3-wide"><i class="fa fa-photo"></i>Sales</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:75%">75%</div>
</div>
</div>
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
<div class="w3-quarter w3-section">
<span class="w3-xlarge">14+</span><br>
Partners
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">55+</span><br>
Projects Done
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">89+</span><br>
Happy Clients
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">150+</span><br>
Meetings
</div>
</div>
<!-- Second Parallax Image with Portfolio Text -->
<div class="bgimg-2 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">PORTFOLIO</span>
</div>
</div>
<!-- Container (Portfolio Section) -->
<div class="w3-content w3-container w3-padding-64" id="portfolio">
<h3 class="w3-center">MY WORK</h3>
<p class="w3-center"><em>I sit in the Marsh learning off my Mimo app about coding and learn networking VIA Cisco academy.<br> Click on the images to make them bigger</em></p><br>
<!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
<div class="w3-row-padding w3-center">
<div class="w3-col m3">
<img src="The mist over the mountains.jfif" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist over the mountains">
</div>
<div class="w3-col m3">
<img src="coffee.jfif" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Coffee @ the MARSH center, this is my homebase. Come meet me here for coffee or Video me">
</div>
<div class="w3-col m3">
<img src="Startup Weekend QTWN.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Startup Weekend QTWN 2019, I work well in teams.">
</div>
<div class="w3-col m3">
<img src="Future Office.gif" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The beach is my favourite place and future office">
</div>
</div>
<div class="w3-row-padding w3-center w3-section">
<div class="w3-col m3">
<img src="Bella.gif" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="I learned to become a Conversation Designer VIA Soul Machines">
</div>
<div class="w3-col m3">
<img src="DJing @ Ra Bar.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Being on a stage is my experience as an ex DJ, I bring this experience now to my Startup presentation/pitches.">
</div>
<div class="w3-col m3">
<img src="Startup QTWN 2019.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="REACH is an app that uses A.I. and Gamification to help uses REACH their goals.">
</div>
<div class="w3-col m3">
<img src="Brand Ambassador work.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="I have experience and enjoy repsenting the Top Brands.">
</div>
<button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>
</div>
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
<span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
<!-- Third Parallax Image with Portfolio Text -->
<div class="bgimg-3 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
</div>
</div>
<!-- Container (Contact Section) -->
<div class="w3-content w3-container w3-padding-64" id="contact">
<h3 class="w3-center">WHERE I WORK</h3>
<p class="w3-center"><em>I'd love your feedback!</em></p>
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m4 w3-container">
<img src="Michael.jpg" class="w3-image w3-round" style="width:50, height:50%">
</div>
<div class="w3-col m8 w3-panel">
<div class="w3-large w3-margin-bottom">
<i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Otago, NZ<br>
<i class="fa fa-phone fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Phone: 027 3592072<br>
<i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Email: ethicalbrandambassdors@mail.com<br>
</div>
<p>Swing by for a cup of <i class="fa fa-coffee"></i>, or leave me a note:</p>
<form action="/action_page.php" target="_blank">
<div class="w3-row-padding" style="margin:0 -16px 8px -16px">
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
</div>
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
</div>
</div>
<input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
<button class="w3-button w3-black w3-right w3-section" type="submit">
<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button>
</form>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<i class="fa fa-facebook-official w3-hover-opacity"><a href="https://www.facebook.com/mycoolenterprises"></a></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Change style of navbar on scroll
window.onscroll = function() {myFunction()};
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>