-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (103 loc) · 4.8 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
---
layout : main
title : "Epsilon DataLabs"
project_title: "Epsilon DL"
project_description: "A home for data, a world of science. This is data science."
---
<!-- Core theme CSS (includes Bootstrap)-->
<link href="{{ '../assets/css/main_masthead.css' | replace: '..', site.url }}" rel="stylesheet" />
<!-- About-->
<section class="about-section text-center" id="about">
<div class="container">
<div class="row" id="about_div">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4">Epsilon DataLabs</h2>
<p class="text-white-50">
As a data scientist I have worked with several kinds of data in different projects, now I have decided to analyze and start some projects on my favorites and daily activities like gaming, work out, etc. This is the result.
</p>
</div>
</div>
<img class="img-fluid" src="assets/img/logo epsilon resp.jpg" alt="" />
</div>
</section>
<!-- Main-->
<section class="projects-section bg-light" id="Main">
<div class="container">
<!-- Featured Project Row-->
<a href="fpl.html#masthead">
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<img class="img-fluid mb-3 mb-lg-0" src="assets/img/logo-premier-league.png" alt="" /></div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>Fantasy Premier League</h4>
<p class="text-black-50 mb-0">I have played the FPL for over 5 seasons, each decision were more passionate than logical, now I'm changing this, using the power of data.</p>
</div>
</div>
</div>
</a>
</section>
<!-- Projects-->
<section class="projects-section bg-light" id="projects">
<!-- Project One Row-->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<a href="mtg.html#masthead">
<img class="img-fluid" src="assets/img/Jace Beleren.png" alt="" />
</a>
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<a href="mtg.html#masthead">
<h4 class="text-white">Magic The Gathering</h4>
<p class="mb-0 text-white-50">One of my favorites cards games since my time at the university, now I'm playing Arena, the digital version of the game.</p>
<hr class="d-none d-lg-block mb-0 ml-0" />
</a>
</div>
</div>
</div>
</div>
</a>
</div>
<!-- Project Two Row-->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6">
<a href="random_posts.html#masthead">
<img class="img-fluid" src="assets/img/Chaos_Theory.jpg" alt="" />
</a>
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<a href="random_posts.html#masthead">
<h4 class="text-white">Random posts</h4>
<p class="mb-0 text-white-50">Small ideas that randomly get into my head.</p>
<hr class="d-none d-lg-block mb-0 mr-0" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Signup-->
<!--
<section class="signup-section" id="signup">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<h2 class="text-white mb-5">Subscribe to receive updates!</h2>
<form class="form-inline d-flex">
<input class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" id="inputEmail" type="email" placeholder="Enter email address..." />
<button class="btn btn-primary mx-auto" type="submit">Subscribe</button>
</form>
</div>
</div>
</div>
</section>
-->