-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (83 loc) · 3.29 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
<!DOCTYPE html>
<html>
<head>
<title>My Blog</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="header">
<div class="container">
<a id="header-title" href="index.html"> My Blog</a>
<ul id="header-nav">
<li ><a href="about1.html">About</a></li>
<li ><a href="mailto:[email protected]">Contact, [email protected]</a></li>
</ul>
</div> <!-- container-->
</div> <!-- header-->
<div id="content">
<div class="post-container">
<div class="post">
<div class="post-author">
<img src="me.jpeg">
<span>Allie Licia</span>
</div> <!-- post-author -->
<p class="post-date">07-08-2020</p>
<h3 class="post-title">Becoming a webdeveloper - part II</h3>
<div class="post-content">
<p>Starting a new challenge in improving my skills as a <a href="https://en.wikipedia.org/wiki/Web_developer"><em><strong>webdeveloper</em></strong></a> and <a href="https://en.wikipedia.org/wiki/Category:Data_scientists"> <strong><em>Data Scientist</em></strong></a>
</p>
<p>Goals are:
<ul>
<li>One post a week about coding in R</li>
<li> Pra cticing every day on Datacamp</li>
<li>Preparing simoultaneously projects on real data</li>
<li> Obtaining a certificate from Coursera on Statistics specialization in R</li<
</ul>
</p>
</div> <!-- post-content -->
</div> <!-- post -->
</div> <!-- container-->
<div class="post-container">
<div class="post">
<div class="post-author">
<img src="pobrane.jpg">
<span>Supervisor</span>
</div> <!-- post-author -->
<p class="post-date">07-08-2020</p>
<h3 class="post-title">I am the other webdeveloper</h3>
<div class="post-content">
<p>I have already became a <a href="https://en.wikipedia.org/wiki/Web_developer"><em><strong>webdeveloper</em></strong></a></p>
<p> <em><strong><a href="https://getmimo.com">Mimo</a></strong></em> and Datacamp helped me a <em>lot</em> </p>
</div> <!-- post-content-->
</div> <!-- post -->
</div> <!-- container -->
<div class="post-container">
<div class="post">
<div class="post-author">
<img src="me.jpeg">
<span>Allie Licia</span>
</div> <!-- post-author -->
<p class="post-date">06-08-2020</p>
<h3 class="post-title">Becoming a webdeveloper</h3>
<div class="post-content">
<p>100 days to become a <a href="https://en.wikipedia.org/wiki/Web_developer"><em><strong>webdeveloper</em></strong></a> and statistician</p>
<p>Mimo and Datacamp are involved </p>
</div> <!-- post-content -->
</div> <!-- post -->
</div> <!-- container-->
</div> <!-- content -->
<div id="footer">
<div class="container">
<div class="column">
<h4>My Links</h4>
<p><a href="https://twitter.com/usernameme">Twitter</a><br>
<a href="https://linkedin.com/usernameme">Linkedin</a></p>
</div>
<div class="column">
<h4>My story</h4>
<p>Hi there! I'm an aspiring webdeveloper</p>
</div>
</div>
</div>
</body>
</html>