-
Notifications
You must be signed in to change notification settings - Fork 0
/
despre.html
128 lines (127 loc) · 4.21 KB
/
despre.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
128
<html>
<head>
<title>Despre mine</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="pagdespre">
<hr />
<h1
style="
text-align: center;
color: rgb(249, 249, 249);
font-family: Poetsen One;
background-color: rgb(54, 118, 109);
padding: 7px;
border-radius: 15px;
"
>
About me
</h1>
<div class="navdiv">
<div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="pagini/css.html">CSS</a></li>
<!-- <li><a href="pagini/wikipedia.html">Wikipedia</a></li> -->
<li><a href="pagini/portal.html">Portal</a></li>
<li><a href="pagini/multimedia.html">Multimedia</a></li>
<li><a href="pagini/tabele.html">Tabele</a></li>
<li><a href="despre.html">Despre</a></li>
</ul>
</div>
</div>
<br />
<hr />
</div>
<div class="content-despre">
<br />
<div
style="
background: rgb(174, 173, 173);
max-width: 1000px;
height: auto;
text-align: center;
margin-top: 30px;
"
>
<div style="background: gray; margin-top: -20px">
<h2 style="text-align: center; color: white">Introduction</h2>
</div>
<p style="margin: 35px">
Numele meu este Iulian, am 21 de ani si locuiesc in Galati. Prima mea
experienta in programare a fost pe la 12-13 ani cand faceam
gameservere de Counter-Strike 1.6 si SA:MP pe care le afiliam in
diverse comunitati de gaming din Romania.
</p>
</div>
<div
style="
background: rgb(174, 173, 173);
max-width: 1000px;
height: auto;
text-align: center;
margin-top: 30px;
"
>
<div style="background: gray; margin-top: -20px">
<h2 style="text-align: center; color: white">The beginning</h2>
</div>
<p style="margin: 35px">
In perioada 2017-2018 la apogeul platformei Discord, incep a programa
boti de discord cu NodeJS ce ulterior devine si o pasiune pentru mine.
oferindu-mi mai multa experienta si dorinta de a programa.
<br />
Cu toate acestea, in 2020, clasa a 12-a se apropie cu pasi repezi si
ma forteaza sa-mi schimb traiectoria, astfel, m-am detasat complet de
PC.
</p>
</div>
<div
style="
background: rgb(174, 173, 173);
max-width: 1000px;
height: auto;
text-align: center;
margin-top: 30px;
"
>
<div style="background: gray; margin-top: -20px">
<h2 style="text-align: center; color: white">The present</h2>
</div>
<p style="margin: 35px">
Acum in prezent, la indemnul unui versior si bataia de ganduri ce o
tot aveam de ceva timp m-am apucat de web development.<br />
Din Noiembrie 2023 m-am tot jucat cu Angular, iar folosind si
experienta mea ulterioara cu NodeJS am decis sa-mi construiesc un
portofoliu in care am momentan doua proiecte, unul offline ce asteapta
o decizie din partea mea, si unul online care este functional si
disponibil pentru oricine doreste sa-l acceseze.
</p>
<div style="width: 100%; height: 50px; margin-top: -20px">
<a
href="https://hostlook.net"
target="_blank"
style="color: transparent"
>
<img
src="https://hostlook.net/assets/materiale/favicon/apple-icon-57x57.png"
style="width: 26px; margin-right: 5px"
/>
</a>
<a
href="https://github.com/solitaire83"
target="_blank"
style="color: transparent"
>
<img
src="https://cdn-icons-png.flaticon.com/256/25/25231.png"
style="width: 26px"
/>
</a>
</div>
</div>
</div>
</body>
</html>