-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnow.html
111 lines (95 loc) · 4.1 KB
/
now.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
<!DOCTYPE HTML>
<!--
Big Picture by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>What I'm doing now</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="Daniele Di Minica's personal web site"/>
<meta name="keywords" content="website homepage diminica daniele product manager"/>
<!--[if lte IE 8]>
<script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.poptrox.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72279406-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
window._mfq = window._mfq || [];
(function() {
var mf = document.createElement("script");
mf.type = "text/javascript"; mf.async = true;
mf.src = "//cdn.mouseflow.com/projects/8e956b74-0226-44e6-94dc-1f6397ab1e03.js";
document.getElementsByTagName("head")[0].appendChild(mf);
})();
</script>
<noscript>
<link rel="stylesheet" href="css/skel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/style-wide.css"/>
<link rel="stylesheet" href="css/style-normal.css"/>
</noscript>
<!--[if lte IE 9]>
<link rel="stylesheet" href="css/ie/v9.css"/><![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie/v8.css"/><![endif]-->
<link href='//fonts.googleapis.com/css?family=Josefin+Sans:400,400italic,700,700italic' rel='stylesheet'
type='text/css'>
</head>
<body>
<!-- Header -->
<header id="header">
<!-- Logo -->
<h1 id="logo"><a href="/">Daniele Di Minica</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Back</a></li>
</ul>
</nav>
</header>
<!-- Work -->
<section id="now" class="main style3 primary">
<div class="content box container 75% ">
<header>
<h2>What I'm doing now</h2>
</header>
<p>This page is for anyone interested in what I’m doing these days. Learn more at <a href="http://nownownow.com/" target="_blank">nownownow
project</a>. <br>
</p>
<ul>
<li>Being a full-time dad</li>
<li>Studying <i>IBM Microservices</i> course on Coursera: https://www.coursera.org/specializations/ibm-microservices </li>
<li>Hacking on <a href="https://github.com/ddmng" target="_blank">Github</a> and on <a href="https://www.kaggle.com/ddmngml" target="_blank">Kaggle</a> </li>
<li>Working with Angular 7 and <a href="https://github.com/ngrx/platform">ngrx</a></li>
<li>Listening to some good rock music, cooking, walking</li>
</ul>
<small>Last update: <em>February, 2019</em>. <br>Go back to the <a href="index.html">Home page</a>.</small>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<!-- Menu -->
<ul class="menu">
<li><a rel="license" target="_blank" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by/4.0/88x31.png"/></a>
</li>
<li>Design based on <a href="//html5up.net" target="_blank">HTML5 UP</a></li>
<li>Photo credits: <a href="//unsplash.com" target="_blank">Unsplash</a></li>
</ul>
</footer>
</body>
</html>