generated from Goncalves95/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
127 lines (119 loc) · 5.64 KB
/
about.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
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Railson.io</title>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/user.css">
</head>
<body>
<!-- Header -->
<header>
<div class="header">
<div id="logo">
<a href="index.html" aria-label="logo, go to the Home page"><img src="assets/images/railson_sem_tattoo.png"
class="logo-center" alt="Railson.io" />
</a>
</div>
<!-- Nav bar for medium and large screens -->
<div id="social">
<ul class="large-screen">
<li>
<a href="https://www.instagram.com/railson.io/" aria-label="Find us on Instagram (opens in new tab)"
rel="noopener" target="instagram"><i class="fa-brands fa-instagram"></i></a>
</li>
<li>
<a href="https://www.tiktok.com/@railson.io" aria-label="Find us on Tiktok (opens in new tab)"
rel="noopener" target="tiktok"><i class="fa-brands fa-tiktok"></i></a>
</li>
<li>
<a href="https://www.youtube.com/" aria-label="Find us on Youtube (opens in new tab)" rel="noopener"
target="youtube"><i class="fa-brands fa-youtube"></i></a>
</li>
</ul>
</div>
</div>
<!-- Nav bar for small screens (dropdown) -->
</header>
<main>
<div class="responsive-container-block big-container">
<div class="responsive-container-block container">
<div class="responsive-container-block">
<div class="responsive-cell-block wk-tab-12 wk-mobile-12 wk-desk-6 wk-ipadp-12 img-one">
<img alt="Railson Perfil Foto" class="image-block bg-image"
src="assets/images/railson_face.jpg">
</div>
<div class="responsive-cell-block wk-tab-12 wk-mobile-12 wk-desk-6 wk-ipadp-12 content-one">
<p class="text-blk section-head about">
About Railson
</p>
<p class="text-blk section-text">
Railson Viana, a Brazilian-born artist who became a naturalized Portuguese citizen, was born in 1992 and
moved to Portugal in 2011. Initially trained as a Physical Therapist Technician, he later pursued a
Communication Design Course in Faro, where he excelled as the top student and received a scholarship of
excellence from the University of Algarve as a Designer.
<br>
<br>
Railson's artistic journey began in childhood, fueled by a
passion for drawing, painting, and disassembling objects, along with a fascination for nature and
technology.
</p>
<p class="text-blk section-text">
Self-taught in drawing and painting, Railson was influenced by his older sister, Edna Lima, prompting him
to combine his natural artistic abilities with academic studies. His artistic repertoire spans various
mediums, including photography, drawing, oil paintings, acrylic, Chinese ink, watercolor, and more.
Railson's creations reflect themes of Minimalism, Liquid Modernity and Aesthetic.
</p>
<p class="text-blk section-text">
Railson possesses an exclusive collection of paintings and NFT’s exhibited in Portugal and Dubai.
</p>
<p class="text-blk section-text">
In addition to his diverse artistic pursuits, Railson decided to venture into tattooing, expanding his
creative activities.
</p>
<p class="text-blk section-text">
Currently residing in Switzerland for nearly three years, he is actively seeking a suitable place and team
to further develop his skills and immerse himself in the exciting world of tattoo art.
</p>
<p class="text-blk section-text">
He is currently participating in a talent hub at Absolut Art in Zurich. The application of his artistic
knowledge to tattooing demonstrates the versatility and innovation that Railson seeks in his creative
journey.
</p>
<br>
<a href="booked.html" class="button">Let's Talk</a></div>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
</div>
</div>
<div id="botoes">
<ul class="on_small_scrrens">
<li>
<a href="https://www.instagram.com/railson.io/" aria-label="Find us on Instagram (opens in new tab)"
rel="noopener" target="instagram"><i class="fa-brands fa-instagram"></i></a>
</li>
<li>
<a href="https://www.tiktok.com/@railson.io" aria-label="Find us on Tiktok (opens in new tab)" rel="noopener"
target="tiktok"><i class='bx bxl-tiktok'></i></a>
</li>
<li>
<a href="https://www.youtube.com/" aria-label="Find us on Youtube (opens in new tab)" rel="noopener"
target="youtube"><img src="assets/images/youtube.svg" alt="youtube"></a>
</li>
<li><a href="https://wa.me/41796354399?text=Hi,%20I'd%20like%20to%20book%20a%20session." rel="noopener"
target="whatsap"><i class="fa-brands fa-whatsapp"></i></a></li>
</ul>
</div>
<!-- Script always in the end of the page -->
<script src="https://kit.fontawesome.com/049d55f482.js" crossorigin="anonymous" defer></script>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<script src="script.js"></script>
<script src="insta.js"></script>
</body>
</html>