-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Noile fisiere au fost initializate cu succes
- Loading branch information
1 parent
e01374e
commit e4bbd71
Showing
24 changed files
with
3,217 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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="github.html">Github</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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.