-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (121 loc) · 4.57 KB
/
index.html
File metadata and controls
139 lines (121 loc) · 4.57 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
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
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>bermarte</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- <meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google.com"> -->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/github.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Bermarte</a></h1>
</header>
<!-- Menu -->
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo"><span class='icon'><span class="fa fa-cube"></span></span></div>
<h2>Bermarte - Bernardo Martelli</h2>
<p>Junior Web Developer from Italy living in Antwerp</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<h6 class="hidden">who am I</h6>
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<a href="#" class="image"><img src="images/Bermarte.png" alt="bermarte" /></a>
<div class="content">
<h2 class="major">Videographer and Graphic Designer</h2>
<p>Welcome to my homepage. I am a videographer/Graphic Designer who is recently converted to web
development. I am living in <b>Antwerp</b> but I was born in <b>Piacenza</b>.
I do like living in Belgium.</p>
<a href="https://be.linkedin.com/in/bernardo-martelli" target="_blank"
class="special linkedin">Linkedin</a>
<a href="https://github.com/bermarte" target="_blank" class="special github">GitHub</a>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a href="#" class="image"><img src="images/code.png" alt="code" /></a>
<div class="content">
<h2 class="major">Skills I would like to learn</h2>
<div> My main goal is now to follow <b>HYF</b>'s program, but in the meantime I am still learning
Dutch.
This is, more or less, what I would like to learn in 2020-2021:
<ul>
<li>Dutch</li>
<li>Very basic algebra</li>
<li>Git and GitHub</li>
<li>Javascript</li>
<li>React</li>
<li>React-native</li>
<li>Redux</li>
<li>Node</li>
<li>MongoDB</li>
<li>French</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper spotlight style3">
<div class="inner">
<a href="#" class="image"><img src="images/art.png" alt="art" /></a>
<div class="content">
<h2 class="major">What I have done so far</h2>
<p>I worked with Bootstrap, PHP, MySql and a bit with Python. But as I told you I was busy
mainly with graphics. I have used Blender, Cinema 4D, Avid Xpress. I am an illustrator, I
used to play music for fun and I love animals.</p>
<a href="https://www.deviantart.com/bermarte/gallery/all" target="_blank"
class="special deviant">Gallery</a>
<a href="https://soundcloud.com/cardiosalma" target="_blank"
class="special soundcloud">Noise</a>
<h3>A quote</h3>
<div>A quote I love from my friend and colleague <b>Mamé Azad</b>:<br>
<blockquote>
<i>Lovely days don't come to you. You Should walk to them</i>.
</blockquote>
</div>
</div>
</div>
</section>
<!-- GitHub -->
<div id="github-container">
<p>GtHub projects's selection</p>
<div id="github-projects">
<!-- content from JS -->
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="./src/lib/jquery.min.js"></script>
<script src="./src/lib/jquery.scrollex.min.js"></script>
<script src="./src/lib/browser.min.js"></script>
<script src="./src/lib/breakpoints.min.js"></script>
<script src="./src/lib/util.js"></script>
<script src="./src/lib/main.js"></script>
<!-- initialize your application -->
<script type="module" src="./src/init.js"></script>
<!-- load the review buttons for your live deployment -->
<script type="module" src="./lib/review-buttons.js"></script>
</body>
</html>