updated some more grammar, fixed an icon and visibility

This commit is contained in:
Nils 2019-08-31 22:25:25 +02:00
parent b45757e825
commit abb1faf856
5 changed files with 34 additions and 29 deletions

View File

@ -94,7 +94,7 @@ background: linear-gradient(bottom right, #000428, #004e92); /*Standard*/">
<div class="social-links" style="margin-right:50px;margin-top:25px;">
<a href="https://twitter.com/byreqz" target="_blank" ><i class="fa fa-twitter fa-2x" style="color:#fff;" title="Twitter" ></i></a>
<a href="https://steamcommunity.com/id/byreqz" target="_blank" ><i class="fa fa-steam fa-2x " style="color:#fff;" title="Steam"></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" ><i class="fa fa-microphone fa-2x" style="color:#fff;" title="Discord" ></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" ><i class="fa fa-discord fa-2x" style="color:#fff;" title="Discord" ></i></a>
</div>
</div>
</div>

View File

@ -142,8 +142,8 @@ background: linear-gradient(top right, #000428, #004e92); /*Standard*/" id="inde
<a href="https://twitter.com/twitter" target="_blank" class="tooltipped" data-position="bottom" data-tooltip="My Twitter Account"><i class="fa fa-twitter fa-4x" style="color:#1da1f2;"></i></a>
<a href="https://www.steamcommunity.com/id/byreqz" target="_blank" class="tooltipped push--left" data-position="bottom" data-tooltip="My Steam Account"><i class="fa fa-steam fa-4x" style="color:#00adee;"></i></a>
<a href="https://open.spotify.com/user/byreqz" target="_blank" class="tooltipped push--left" data-position="bottom" data-tooltip="What im listening to (just if someone cares)"><i class="fa fa-spotify fa-4x" style="color:#1DB954;"></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" class="tooltipped push--left" data-position="bottom" data-tooltip="Join my Discord server!"><i class="fa fa-microphone fa-4x" style="color:#FF8A1B;"></i></a>
<a href="mailto:byreqz@pm.me" class="tooltipped push--left" data-position="bottom" data-tooltip="Send me an email!"><i class="fa fa-envelope fa-4x" style="color:#EF5350;"></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" class="tooltipped push--left" data-position="bottom" data-tooltip="Join my Discord server!"><i class="fa fa-discord fa-4x" style="color:#7289da;"></i></a>
<a href="mailto:byreqz@pm.me" class="tooltipped push--left" data-position="bottom" data-tooltip="Send me an email!"><i class="fa fa-envelope fa-4x" style="color:#8a90c7;"></i></a>
<a href="https://reddit.com/u/byreqz" class="tooltipped push--left" data-position="bottom" data-tooltip="My reddit account!"><i class="fa fa-reddit fa-4x" style="color:#ff4500;"></i></a>
<a href="https://mastodon.social/@byreqz" class="tooltipped push--left" data-position="bottom" data-tooltip="My favourite alternative blogging Platform!"><i class="fa fa-mastodon fa-4x" style="color:#0099e5;"></i></a>
<a href="https://keybase.io/byreqz" class="tooltipped push--left" data-position="bottom" data-tooltip="Check my keys!"><i class="fa fa-keybase fa-4x" style="color:#f47721;"></i></a>

View File

@ -35,7 +35,7 @@
<li>
<img class="bg-image" id="slide-image-1">
<div class="caption center-align" style="margin-top:90px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);">
<h3 style="color:#8CE2B4;">A passionate hobby coder</h3>
<h3 style="color:#8CE2B4;">a passionate hobby coder</h3>
<h5 class="light grey-text text-lighten-3">Im developing (probably bad) software and websites for myself and everyone else!</h5>
</div>
</li>
@ -62,7 +62,7 @@
<div class="social-links" style="margin-right:50px;margin-top:25px;">
<a href="https://twitter.com/byreqz" target="_blank" ><i class="fa fa-twitter fa-2x" style="color:#fff;" title="Twitter" ></i></a>
<a href="https://steamcommunity.com/id/byreqz" target="_blank" ><i class="fa fa-steam fa-2x " style="color:#fff;" title="Steam"></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" ><i class="fa fa-microphone fa-2x" style="color:#fff;" title="Discord" ></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" ><i class="fa fa-discord fa-2x" style="color:#fff;" title="Discord" ></i></a>
</div>
</div>
</div>
@ -100,7 +100,7 @@
<li><a href="index.html" class="active"><i class="fa fa-home fa-2x"></i> Home</a></li>
<li><a href="projects/index.html" class="side--projects"><i class="fa fa-code fa-2x"></i> Projects</a></li>
<li><a href="about/index.html" class="side--about"><i class="fa fa-child fa-2x"></i> About me</a></li>
<li><a href="contact/index.html" class="side--contact"><i class="fas fa-paper-plane fa-2x"></i> Contact</a></li>
<li><a href="contact/index.html" class="side--contact"><i class="fa fa-send fa-2x"></i> Contact</a></li>
</ul>
</div>
</div>

View File

@ -2145,7 +2145,8 @@ dfn, em {
}
.grey-text.text-lighten-3 {
color: #eee !important
color: #eee !important;
text-shadow: 2px 2px 4px #000000;
}
.grey.lighten-2 {
@ -10849,7 +10850,7 @@ footer {
margin-top: 35px
}
.fa-envelope, .fa-github, .fa-steam, .fa-stack-overflow, .fa-twitter, .fa-microphone {
.fa-envelope, .fa-github, .fa-steam, .fa-stack-overflow, .fa-twitter, .fa-microphone, .fa-discord {
color: silver;
margin-left: 15px;
transition: all .5s ease .2s
@ -10875,6 +10876,10 @@ footer {
color: #333
}
.fa-discord:hover {
color: #7289da
}
.fa-steam:hover {
color: #00adee
}

View File

@ -50,7 +50,7 @@ background: linear-gradient(bottom right, #000428, #004e92); /*Standard*/">
<div class="social-links" style="margin-right:50px;margin-top:25px;">
<a href="https://twitter.com/byreqz" target="_blank" ><i class="fa fa-twitter fa-2x" style="color:#fff;" title="Twitter" ></i></a>
<a href="https://steamcommunity.com/id/byreqz" target="_blank" ><i class="fa fa-steam fa-2x " style="color:#fff;" title="Steam"></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" ><i class="fa fa-microphone fa-2x" style="color:#fff;" title="Discord" ></i></a>
<a href="https://discord.gg/3ErKKVV" target="_blank" ><i class="fa fa-discord fa-2x" style="color:#fff;" title="Discord" ></i></a>
</div>
</div>
</div>
@ -106,7 +106,7 @@ background: linear-gradient(bottom right, #000428, #004e92); /*Standard*/">
<p class="project-title">byreqz.de</p>
<p id="long-description">
This is my personal Website and Portfolio, the old version(s) can be found here: <br /> <a href="https://byreqz.de/old" target="_blank">Second Version</a>
This is my personal website and portfolio, the old version(s) can be found here: <br /> <a href="https://byreqz.de/old" target="_blank">second version</a>
<br /><br />
<span class="tech-specs">Stuff used:</span> HTML 5, Bootstrap, JS, CSS, Jquery <br>
<span class="sourcecode">Code can be found at:</span> <a class="sourcecode-link" href="https://github.com/byreqz/byreqz.de">on Github (repository currently set to private)</a>
@ -129,15 +129,15 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
Features:
<br /><br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Download</b> - Download his Tools for your PC. <br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Download</b> - Download his tools for your computer. <br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Mobile Version</b> - Optimized for mobile use. <br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Paralax</b> - Lets Website look nice. <br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Paralax</b> - Lets website look nice. <br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Material Buttons</b> - looking nice. <br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Simplicity</b> - no useless Code, easy to edit for everyone. <br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Responsive</b> - Automatically adjusted for every device.<br />
<i class="fa fa-plus" style="font-size:14px;"></i><b> Responsive</b> - automatically adjusted for every device.<br />
<br /><br />
<span class="tech-specs">Technologies Implemented:</span> HTML, CSS, JS <br>
<span class="tech-specs">Stuff used:</span> HTML, CSS, JS <br>
<span class="sourcecode">Code can be found at:</span> <a class="sourcecode-link" href="">not migrated to Github yet</a>
</p>
<br />
@ -153,7 +153,7 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
<div id="project-no">
<p class="project-title">Tempcleaner</p>
<p id="long-description">
Clean your PC with this simple tool. Cleans temporary folders and DNS cache. Is probably gonna get a remake where I dont lose the sourcecode.
Clean your computer with this simple tool. Cleans temporary folders and DNS cache. Is probably gonna get a remake where I dont lose the sourcecode.
<br /><br />
Features:
<br /><br />
@ -165,7 +165,7 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Simple</b>- simple command prompt design<br />
<br /><br />
<span class="tech-specs">Technologies Implemented:</span> C++, Batch, Windows Internals <br>
<span class="tech-specs">Stuff used:</span> C++, Batch, Windows Internals <br>
<span class="sourcecode">Code can be found at:</span> <a class="sourcecode-link" href="">lost the original sourcecode</a>
</p>
<br />
@ -181,7 +181,7 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
<div id="project-no">
<p class="project-title">TTS</p>
<p id="long-description">
This Text-to-Speech tool lets your PC speech text you input.
This Text-to-Speech tool lets your computer speech text you input.
<br /><br />
Features:
<br /><br />
@ -189,10 +189,10 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Free</b> - absolutely no cost for you<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Fast</b> - using Windows as local provider<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Small</b> - only ~300kb<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Updated</b>- always using latest Cortana voice<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Simple</b>- simple command prompt design<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Updated</b> - always using latest Cortana voice<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Simple</b> - simple command prompt design<br />
<br /><br />
<span class="tech-specs">Technologies Implemented:</span>Windows Internals, C++, Batch <br>
<span class="tech-specs">Stuff used:</span>Windows Internals, C++, Batch <br>
<span class="sourcecode">Code can be found at:</span> <a class="sourcecode-link" href="">not migrated to Github yet</a>
</p>
<br />
@ -210,19 +210,19 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
<div id="project-no">
<p class="project-title">Search</p>
<p id="long-description">
The primary challenge of this project was developing a multi-search Provider.
The primary challenge of this project was developing a multi-search provider.
<br /><br />
We are using Javascript to combine 4 search Providers into one.
I tried to use Javascript to combine 4 search providers into one.
<br /><br />
We decided for a clean design and developed a automatic Background engine for our users.
I decided for a clean design and developed a automatic background engine for our users.
<br /><br />
Features:
<br /><br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Website</b> - Access from everywhere<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Website</b> - access from everywhere<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>4 in 1</b> - be faster in searching<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Free</b> - yes its free<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Stylish</b> - new backgrounds on every load<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>International</b>- using .com sites for all users<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>International</b> - using .com sites for all users<br />
<br /><br />
<span class="tech-specs">Technologies Implemented:</span> JavaScript, HTML5, CSS3, Webapis of Wikipedia, Google, Youtube, Twitter and DuckDuckGo <br>
<span class="sourcecode">Code can be found at:</span> <a class="sourcecode-link" href="https://github.com/byreqz/blue-searchpage">on Github</a>
@ -242,7 +242,7 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
<div id="project-no">
<p class="project-title">Screenshot</p>
<p id="long-description">
Take screenshots of your Screen with this simple tool.
Take screenshots of your screen with this simple tool.
<br /><br />
Features:
<br /><br />
@ -250,7 +250,7 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Free</b> - absolutely no cost for you<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Fast</b> - using easy Windows for screenshotting<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Small</b> - only ~400kb<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Simple</b>- simple command prompt design<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Simple</b> - simple command prompt design<br />
<br /><br />
<span class="tech-specs">Technologies Implemented:</span> Windows Internals, C++, Batch <br>
<span class="sourcecode">Code can be found at:</span> <a class="sourcecode-link" href="">not migrated to Github yet</a>
@ -273,11 +273,11 @@ This is my personal Website and Portfolio, the old version(s) can be found here:
<br /><br />
Features:
<br /><br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Open Source</b> - Everyone can edit<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Open Source</b> - check the code for yourself<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Free</b> - absolutely no cost for you<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Fast</b> - using easy Windows Methods for zipping<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Small</b> - only ~1mb<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Simple</b>- simple command prompt design<br />
<i class="fa fa-plus" style="font-size:14px;"></i> <b>Simple</b> - simple command prompt design<br />
<br /><br />
<span class="tech-specs">Technologies Implemented:</span> Windows Internals, Batch, C++ <br>
<span class="sourcecode">Code can be found at:</span> <a class="sourcecode-link" href="">not migrated to Github yet</a>