-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstartup-systems.html
More file actions
47 lines (42 loc) · 1.26 KB
/
startup-systems.html
File metadata and controls
47 lines (42 loc) · 1.26 KB
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
<!DOCTYPE html>
<html>
<head>
<title>fz234</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83973899-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="bg"></div>
</div>
<div id="main-content">
<div id="left-column">
<div id="logo">
fz234 Federico Zarfati
</div>
<p>
<img src="https://avatars3.githubusercontent.com/u/2929194?v=3&s=460" width="139" height="150" style="margin: 0 10px 10px 0;float:left;" />
<em>This is my small biography!</em>
<em>I come from Italy and I am a Computer Scientist</em>
<em>I am really passionate about Artificial Intelligence.<er/>
<em><er/>
</p>
</div>
<div id="right-column">
<div class="sidebar">
<h3>About Me</h3>
<p>Hi! I am Federico and this is my website for the Startup Systems course!</p>
</div>
</div>
</div>
</div>
</body>
</html>