-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlog_Contributors.html
200 lines (162 loc) · 6.4 KB
/
Blog_Contributors.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
<!DOCTYPE HTML>
<!--
Dopetrope by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Estadistica4all</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/sumatorio_white.jpg" type="image/png">
<style>
nav ul li a {
color: #000000; /* Set to pure black */
font-size: 22px;
font-weight: bold; /* Set to bold */
}
.box p {
color: #ffffff; /* Set to pure black */
font-size: 50%;
font-weight: bold; /* Set to bold */
}
p {
color: #000000; /* Set to pure black */
font-size: 50%;
}
h2, h3, strong {
color: #000000; /* Set to pure black */
}
</style>
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<!-- Logo -->
<img href="index.html" src="images/logo_5.jpg" alt="Estadistica4all" style="width:35%; height:35%">
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html"> Home </a></li>
<li>
<a href="#">Menu</a>
<ul>
<li><a href="All_Articles.html">All the articles</a></li>
<li><a href="Statistics_ML.html">Statistics and Machine Learning</a></li>
<li><a href="Programming.html">Programming and Technologies</a></li>
</ul>
</li>
<li>
<a href="#"> Authors</a>
<ul>
<li><a href="Blog_Creator.html">Blog creator</a></li>
<li><a href="Blog_Contributors.html"> Contributors </a></li>
</ul>
</li>
<li><a href="AboutUs.html">About us</a></li>
<li><a href="Courses.html">Courses</a></li>
</ul>
</nav>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<!-- Content -->
<div style="text-align: center;">
<article class="box post" style="max-width: 800px; margin: 0 auto;">
<header>
<h2>Your Name</h2>
<p style="color:rgb(0, 0, 0); font-size: 130%;">Collaborator in Estadistica4all</p>
</header>
<p style="color:rgb(0, 0, 0); font-size: 120%;">
Your description.
</p>
<div style="text-align: center;">
<br>
<br>
<p style="color:rgb(0, 0, 0); font-size: 120%;">
Your photo.
</p>
<div style="width: 50%; display: inline-block;">
<a href="#" class="image featured" style="text-align:center; display:block;">
<img src=" " alt="" style="width:60%; height:60%; margin: 0 auto;" />
</a>
</div>
<div style="width: 50%; display: inline-block;">
<header>
<h1 style="color:rgb(0, 0, 0); font-size: 130%;">Contact</h1>
</header>
<ul class="social">
<li><a class="icon brands fa-linkedin-in" href="https://www.linkedin.com/"><span class="label">LinkedIn</span></a></li>
</ul>
</div>
</div>
</article>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div style="text-align: center;">
<!-- contenido del footer -->
<div class="container">
<div class="row">
<div class="col-4 col-12-medium">
<section>
<header>
<h2>Contact</h2>
</header>
<ul class="social">
<li><a class="icon brands fa-youtube" href="https://www.youtube.com/@Estadistica4all"><span class="label">YouTube</span></a></li>
<li><a class="icon brands fa-linkedin-in" href="https://www.linkedin.com/company/estadistica4all/"><span class="label">LinkedIn</span></a></li>
</ul>
</section>
</div>
<div class="col-4 col-12-medium">
<section>
<header>
<h2>About us</h2>
</header>
<a href="#" class="image featured"><img src="images/logo_5.jpg" alt="" style="width:100%; height:100%"/></a>
<p style="color:rgb(225, 222, 222); font-size: 110%;">
<strong>Estadistica4all</strong> is a blog about statistics, machine learning and data science.
</p>
</section>
</div>
<div class="col-4 col-12-medium">
<section>
<header>
<h2>Collaborations</h2>
</header>
<p style="color:rgb(225, 222, 222); font-size: 110%;">
We are open to collaborate with data science professionals.
One of the ways of collaboration would be to write an article, individually or as a co-author, on a topic of interest within the world of data science.
If you would like to collaborate, please contact us at one of our contact addresses !
</p>
</section>
</div>
<div class="col-12">
<!-- Copyright -->
<div id="copyright">
<ul class="links">
<li>© Estadistica4all </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>