more projects, smaller icons
This commit is contained in:
parent
45e26062e0
commit
76f2c40afc
@ -1,3 +1,5 @@
|
||||
Forked from: forked from https://github.com/rzpr/Portofolio-Template
|
||||
|
||||
# Your-Page
|
||||
Template Profile/Portofolio For Your Needs. made with bootsrap 5
|
||||
* Edit ```visitor.js``` on line 2 and replace rezzaapr.my.id to our link
|
||||
|
@ -105,6 +105,6 @@ a.btn {
|
||||
}
|
||||
|
||||
.lang-icon-large {
|
||||
font-size: 64pt;
|
||||
font-size: 40pt;
|
||||
color: #fff;
|
||||
}
|
||||
|
38
index.html
38
index.html
@ -52,14 +52,14 @@
|
||||
I am also a Private Pilot, a Notary Public, and a Ham Radio Operator.
|
||||
</p>
|
||||
<p class="bio-body">
|
||||
I specialize in Python and JavaScript.
|
||||
I specialize in Python.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-center icon">
|
||||
<a href="https://github.com/tyrelsouza"><i class="bi bi-github ml-4"></i></a>
|
||||
<a href="https://linkedin.com/in/tyrel-souza"><i class="bi bi-linkedin ml-4"></i></a>
|
||||
<a href=" mailto:email@tyrel.dev?subject=I%20found%20your%20website&body=Hi%20Tyrel%2C%0D%0AI%20found%20your%20website%20and%20wanted%20to%20send%20you%20an%20email%20about... "><i class="bi bi-envelope ml-4"></i></a>
|
||||
<a href="mailto:email@tyrel.dev?subject=I%20found%20your%20website&body=Hi%20Tyrel%2C%0D%0AI%20found%20your%20website%20and%20wanted%20to%20send%20you%20an%20email%20about... "><i class="bi bi-envelope ml-4"></i></a>
|
||||
</div>
|
||||
<div class="text-center mt-1">
|
||||
<a href="https://tyrel.dev/blog/" class="btn">Read My Blog</a>
|
||||
@ -73,8 +73,8 @@
|
||||
<h2 class="title mt-3">Technologies</h2>
|
||||
<div class="text-center mt-1">
|
||||
<i title="Programming Language: python" class="lang-icon-large devicon-python-plain"></i>
|
||||
<i title="Programming Language: javascript" class="lang-icon-large devicon-javascript-plain"></i>
|
||||
<i title="Programming Language: go" class="lang-icon-large devicon-go-plain"></i>
|
||||
<i title="Programming Language: javascript" class="lang-icon-large devicon-javascript-plain"></i>
|
||||
<i title="Programming Language: rust" class="lang-icon-large devicon-rust-plain"></i>
|
||||
<i title="Programming Framework: django" class="lang-icon-large devicon-django-plain"></i>
|
||||
<i title="Programming Framework: vuejs" class="lang-icon-large devicon-vuejs-plain"></i>
|
||||
@ -83,6 +83,23 @@
|
||||
|
||||
<h2 class="title mt-3">Current Projects</h1>
|
||||
<p class="bio-body mt-1">
|
||||
<a href="https://gitea.tyrel.dev/tyrel/iptui">
|
||||
IPTUI - Text UI IP Address Browser
|
||||
<i class="lang-icon devicon-rust-plain"></i>
|
||||
</a>
|
||||
</p>
|
||||
<div class="progress" style="height: 8px;">
|
||||
<div class="progress-bar" role="progressbar" style="width: 95%;" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<p class="bio-body mt-4">
|
||||
<a href="https://gitea.tyrel.dev/tyrel/rustylinks">
|
||||
RustyLinks - Linktree Clone
|
||||
<i class="lang-icon devicon-rust-plain"></i></a>
|
||||
</p>
|
||||
<div class="progress" style="height: 8px;">
|
||||
<div class="progress-bar" role="progressbar" style="width: 95%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<p class="bio-body mt-4">
|
||||
<a href="https://gitea.tyrel.dev/tyrel/benchtopdevices">
|
||||
Benchtop Devices - PDF Sheet Generator
|
||||
<i class="lang-icon devicon-python-plain"></i>
|
||||
@ -92,14 +109,6 @@
|
||||
</p>
|
||||
<div class="progress" style="height: 8px;">
|
||||
<div class="progress-bar" role="progressbar" style="width: 66%;" aria-valuenow="66" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<p class="bio-body mt-4">
|
||||
<a href="https://gitea.tyrel.dev/tyrel/rustylinks">
|
||||
RustyLinks - Linktree Clone
|
||||
<i class="lang-icon devicon-rust-plain"></i></a>
|
||||
</p>
|
||||
<div class="progress" style="height: 8px;">
|
||||
<div class="progress-bar" role="progressbar" style="width: 95%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<p class="bio-body mt-4">
|
||||
<a href="https://gitea.tyrel.dev/tyrel/frank_tank">
|
||||
@ -112,11 +121,10 @@
|
||||
<div class="progress-bar" role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
<footer class="mt-auto]">
|
||||
<div class="text-center">
|
||||
|
Loading…
Reference in New Issue
Block a user