-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (69 loc) · 4.63 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144213603-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144213603-1');
</script>
<title>JoCode SWE-Services</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- Note that the below Bootstrap file is a specific version. If you grab the most
current from Bootstrap website, you will see the button grow transition being a lot faster
than in my video. Use whichever style sheet you like best! -->
<!-- Bootstrap CSS from a CDN. This way you don't have to include the bootstrap file yourself -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- My own stylesheet -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<header class="startup text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-12 my-auto">
<h1 class="text-uppercase faded">
<strong>I am JoCode</strong> </h1>
<p>And I'm a Software Engineeer</p>
<p>And This website is still underconstruction</p>
<hr>
</div>
<div class="col-lg-12 my-auto">
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{ clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://aucegypt.us3.list-manage.com/subscribe/post?u=cdbda1b263f9728ed4147d338&id=9fda53ced8" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_cdbda1b263f9728ed4147d338_9fda53ced8" tabindex="-1" value=""></div>
<div class="container">
<div class="row">
<div class="col">
<a class="btn btn-primary btn-xl " href="video\v2.html">VIDEO</a>
</div>
<div class="col">
<a class="btn btn-primary btn-xl " href="https://aucegypt.us3.list-manage.com/subscribe/post?u=cdbda1b263f9728ed4147d338&id=9fda53ced8">CONNECT NOW</a>
</div>
</div>
<!-- <a class="container row col btn btn-primary btn-xl " href="https://aucegypt.us3.list-manage.com/subscribe/post?u=cdbda1b263f9728ed4147d338&id=9fda53ced8">CONNECT Now </a></button>
<a class="container row col btn btn-primary btn-xl" >LINK </a></button
</div> -->
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='BIRTHDAY';ftypes[5]='birthday';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
</div>
</div>
</div>
</header>
</body>
</html>