-
Notifications
You must be signed in to change notification settings - Fork 1
/
learnmore.html
125 lines (106 loc) · 5.19 KB
/
learnmore.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
<!DOCTYPE HTML>
<!--
Miniport by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Nielisson Mendonça: Game Designer and 3D/2D Artist</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" />
<meta itemprop="name" content="Nielisson Mendonça - Game Designer and 2D/3D Artist">
<meta property="og:image" content="https://nielisson.github.io/images/Profile_Photo/photo.png" />
<meta name="description" content="I've worked on many serious games and games for console/PC.
I have a game published on Google Play Store, and I have experience with most popular tools for game development.">
</head>
<body class="is-preload">
<!-- Nav -->
<nav id="nav">
<ul class="container">
<li><a href="#top">Home</a></li>
<li><a href="#portfolio">Art</a></li>
<li><a href="#gamedesign">Game Design</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- Main -->
<article id="test" class="wrapper style5">
<div id="main-wrapper">
<div class="container">
<div class="row gtr-200">
<div class="col-4 col-12-medium">
<!-- Sidebar -->
<div id="sidebar">
<section class="widget thumbnails">
<h3>Interesting stuff</h3>
<div class="grid">
<div class="row gtr-15">
<div class="col-6"><a href="images/portfolio_thumbnails/abuelasspacebistro.png" class="image fit"><img src="images/portfolio_thumbnails/abuelasspacebistro.png" alt="" /></a></div>
<div class="col-6"><a href="#" class="image fit"><img src="images/portfolio_thumbnails/abuelasspacebistro.png" alt="" /></a></div>
<div class="col-6"><a href="#" class="image fit"><img src="images/portfolio_thumbnails/abuelasspacebistro.png" alt="" /></a></div>
<div class="col-6"><a href="#" class="image fit"><img src="images/portfolio_thumbnails/abuelasspacebistro.png" alt="" /></a></div>
</div>
</div>
<br />
<a href="#" class="button">More</a>
</section>
</div>
</div>
<div class="col-8 col-12-medium imp-medium">
<!-- Content -->
<div id="content" class="text-align: start">
<section>
<h2>So what's this all about?</h2>
<p>
This is <strong>Verti</strong>, a free and fully responsive HTML5 site template by <a href="http://html5up.net">HTML5 UP</a>.
Verti is released under the <a href="http://html5up.net/license">Creative Commons Attribution license</a>, so feel free to use it for any personal or commercial project you might have going on (just don't forget to credit us for the design!)
</p>
<p>Phasellus quam turpis, feugiat sit amet ornare in, hendrerit in lectus. Praesent semper bibendum ipsum, et tristique augue fringilla eu. Vivamus id risus vel dolor auctor euismod quis eget mi. Etiam eu ante risus. Aliquam erat volutpat. Aliquam luctus mattis lectus sit amet phasellus quam turpis.</p>
<a href="#" class="button">Continue Reading</a>
<br />
<br />
<br />
</section>
</div>
</div>
</div>
</div>
</div>
<article id="contact" class="wrapper style4">
<div class="col-12">
<hr />
<h3>Find me on ...</h3>
<ul class="social">
<!-- <li><a href="#" class="icon brands fa-facebook-f" target=”_blank”><span class="label">Facebook</span></a></li> -->
<li><a href="https://www.linkedin.com/in/nielisson" class="icon brands fa-linkedin-in" target=”_blank” title="LinkedIn"><span class="label">LinkedIn</span></a></li>
<li><a href="https://nielisson.itch.io/" class="icon brands fa-itch-io" target=”_blank” title="Itch.io"><span class="label">Itch.io 1</span></a></li>
<li><a href="https://discordapp.com/users/195173830937935872" class="icon brands fa-discord" title="Discord: Niesso#5607" target=”_blank”><span class="label">Discord</span></a></li>
<li><a href="https://www.behance.net/nielisson" class="icon brands fa-behance" title="Behance" target=”_blank”><span class="label">Behance</span></a></li>
</ul>
<hr />
</div>
<footer>
<div class="container" style="align-content: center; contain">
<a href="documents/CV_MENDONCA-DA-SILVA_Nielisson_2024.pdf" class="button large scrolly" target="_blank">Download my resume</a>
<a href="documents/CV_MENDONCA-DA-SILVA_Nielisson_2024_fr.pdf" class="button large scrolly" target="_blank">Télécharger mon CV</a>
</div>
<ul id="copyright">
<li><font size="2">© Nielisson Mendonça. All rights reserved.</li>
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></font></li>
</ul>
</footer>
</article>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.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>