-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
174 lines (153 loc) · 7.72 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="NOC 101: HTML & CSS">
<meta name="author" content="Jarvis AI">
<title>Jarvis AI</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<!-- Your custom css stylesheet -->
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<nav class="navbar navbar-toggleable-md navbar-inverse fixed-top bg-inverse">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#">Jarvis AI</a>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#myCarousel">About Me <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#mySkills">Skills</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#myProjects">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="first-slide" src="images/gallery1.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption d-none d-md-block text-left">
<h1>Empower the future of coding</h1>
<p>Jarvis will code for you in seconds with your thoughts in mind.</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Code now</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="second-slide" src="images/gallery2.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption d-none d-md-block">
<h1>Smarter than your smart mind</h1>
<p>We infuse intelligence atoms into your life in real-time.</p>
<p><a class="btn btn-lg btn-info" href="#" role="button">Infuse now</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img class="third-slide" src="images/gallery3.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption d-none d-md-block text-right">
<h1>Make your impossible possible</h1>
<p>Challenge your limits with no fear.</p>
<p><a class="btn btn-lg btn-danger" href="#" role="button">Dare now</a></p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<p id="mySkills" style="padding-top: 100px;"></p>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="rounded-circle" src="images/brain.png" alt="Generic placeholder image" width="140" height="140">
<h2>Wisdom Knowledge</h2>
<p>Without memory, there is no healing; without forgiveness, there is no future - Desmond Tutu</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="images/translate.png" alt="Generic placeholder image" width="140" height="140">
<h2>Thoughts Translation</h2>
<p>A positive attitude causes a chain reaction of positive thoughts, events and outcomes. It is a catalyst and it sparks extraordinary results. - Wade Boggs</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="images/idea.png" alt="Generic placeholder image" width="140" height="140">
<h2>Idea Generation</h2>
<p>Simplicity is not the goal. It is the by-product of a good idea and modest expectations. - Paul Rand</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette" id="myProjects">
<div class="col-md-7">
<h2 class="featurette-heading">Blankbox. <span class="text-muted">It'll blow your mind.</span></h2>
<p class="lead">Empty your mind and you will feel mindfulness. Empty your cup so that it may be filled; become devoid to gain totality.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="images/blankbox.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 push-md-5">
<h2 class="featurette-heading">CaleNotes. <span class="text-muted">See schedules for yourself.</span></h2>
<p class="lead">A personal note-taking companion which aims to capture your instant, random ideas and thoughts using the best methods, at the right moments.</p>
</div>
<div class="col-md-5 pull-md-7">
<img class="featurette-image img-fluid mx-auto" src="images/calenotes.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">And lastly, this one FORO. <span class="text-muted">Checkmate. Follow your rabbit hole.</span></h2>
<p class="lead">A new type of AI forum that lets you consume information in a time-efficient & organized way. With forward-backward traversal, users can immediately see all relevant replies to their post..</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="images/foro.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="float-right"><a href="#">Back to top</a></p>
<p>© 2017 Jarvis AI, Inc. · <a href="#">LinkedIn</a> · <a href="#">Facebook</a></p>
</footer>
</div><!-- /.container -->
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
<!-- Your custom javascript functionst -->
<script src="index.js"></script>
</body>
</html>