diff --git a/css/style.css b/css/style.css index 585fda4..985ee33 100644 --- a/css/style.css +++ b/css/style.css @@ -2,14 +2,16 @@ @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css"); @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@600&family=JetBrains+Mono:wght@300&family=PT+Mono&display=swap'); body { - background-color: #121317; + background: url("https://tyrel.dev/blog/theme/images/moroccan-flower-dark.png"); } img.rounded-circle{ - border: 3px solid #7e3af2; + border: 3px solid #15A9DB; } .card { + margin: auto; background-color: #1a1c23; + max-width: 700px; } h1.title { font-size: 23px; @@ -43,7 +45,7 @@ p.bio-body { } span.myBadge{ - color: #7e3af2; + color: #15A9DB; } h1.header { font-size: 18px; @@ -51,10 +53,10 @@ h1.header { font-family: 'IBM Plex Mono', monospace; } .progress-bar { - background-color: #7e3af2; + background-color: #15A9DB; } h2.title { - background: #7e3af2; + background: #15A9DB; color: #ffffff; display: inline-block; font-family: 'IBM Plex Mono', monospace; @@ -73,7 +75,7 @@ footer { left:0; width: 100%; height: 24px; - background-color: #7e3af2; + background-color: #15A9DB; } p.footer-title { @@ -82,4 +84,22 @@ p.footer-title { color: #fff; font-family: 'IBM Plex Mono', monospace; -} \ No newline at end of file +} + +a { + color: white; +} + +a.btn { + background: #ff7e00; + color: #ffffff; + display: inline-block; + font-family: 'IBM Plex Mono', monospace; + font-size: 12px; + font-weight: bold; + line-height: 12px; + letter-spacing: 1px; + margin: 0 0 30px; + padding: 10px 15px 8px; + text-transform: uppercase; +} diff --git a/img/profile.jpg b/img/profile.jpg index 569438d..478c03a 100644 Binary files a/img/profile.jpg and b/img/profile.jpg differ diff --git a/img/profilerectangle.jpg b/img/profilerectangle.jpg new file mode 100644 index 0000000..9e07db5 Binary files /dev/null and b/img/profilerectangle.jpg differ diff --git a/index.html b/index.html index dbd93eb..f762546 100644 --- a/index.html +++ b/index.html @@ -6,20 +6,28 @@ - Rezza Priatna - Webpage - - + Tyrel Souza's Website + + + - - - - - + + + + + + + + + + + + + -
@@ -30,60 +38,86 @@ 100x100 -

+

- Rezza Priatna

-

Backend Developer

+ Tyrel Souza +

Software Engineer

- Hello, My name is Reza Priatna, I am from Indonesia. I Learned Programming 3 Years Ago. I Am Freelancer Programmer As Backend Developer And Bot Maker, Sometime I really like to make simple programs with Python and PHP programming languages. + Hello, My name is Tyrel Souza. + I have been programming since 2010 professionally, and personally a decade prior. + I am also a Private Pilot, a Notary Public, and a Ham Radio Operator. +

+

+ I specialize in Python and JavaScript.

- - - + + + +
+
+ Read My Blog + Find Me Online
-
+
-

My Skils

-

PHP

-
-
+

My Skills

+

Python

+
+
-

PHP

-
-
+

Django

+
+
-

MySQL

-
-
+

JavaScript

+
+
-

Nodejs

-
-
+

Go

+
+
-

Bootsrap

-
-
+

Ruby on Rails

+
+
+
- +
- \ No newline at end of file + diff --git a/visitor.js b/visitor.js deleted file mode 100644 index 337c78b..0000000 --- a/visitor.js +++ /dev/null @@ -1,7 +0,0 @@ -var xhr = new XMLHttpRequest(); -xhr.open("GET", "https://api.countapi.xyz/hit/rezzaapr.my.id/visits"); -xhr.responseType = "json"; -xhr.onload = function() { - document.querySelector('.footer-title').innerHTML = 'Total Visitor : ' + this.response.value; -} -xhr.send();