Skip to content

Commit

Permalink
adding information for the upcoming portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynx committed Aug 11, 2024
1 parent 9e96231 commit 0c5f52d
Showing 1 changed file with 30 additions and 22 deletions.
52 changes: 30 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@
<link rel="icon" type="image/png" href="assets/img/logo.png"/>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<title>Rwynx - Blog</title>
<meta content="" name="description">
<meta content="" name="keywords">

<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">

<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169007209-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -38,27 +34,30 @@
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5BB8W2X"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>


<!--
<img class="background-image" src="assets/img/background/tunnel_slowmo.gif" />
-->
<video class="background-image" src="assets/img/background/binary_rain.mp4" muted loop autoplay></video>

<header id="header" class="header-tops">
<div class="container">
<h1 style="float: left;"><a href="index.html">Rwyn's Blog</a></h1>
<h2 style="color:#fff; font-size: smaller;">I don't make maps or mods for money. Please don't waste both our time asking.</h2>
<h1><a href="index.html">Rwyn's Blog</a></h1>
<p style="font-size: smaller; color: #fff;">I don't make maps or mods for money. Please don't waste both our time asking.</p>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header"> <span>Home</span></a></li>
<li><a href="#contact"> <span>Contact</span></a></li>
<li><a href="#about"> <span>Temp I</span></a></li>
<li><a href="#guesswhat"> <span>Temp II</span></a></li>
<li><a href="#ihatethis"> <span>Temp III</span></a></li>
<li class="active"><a href="#header">Home</a></li>
<li><a href="#about">Contact</a></li>
<li><a href="#guesswhat">Temp I</a></li>
<li><a href="#ihatethis">Temp II</a></li>
<li><a href="#wellanyway">Temp III</a></li>
</ul>
</nav>
<div class="social-links">
</div>
</div>
</header>

<section id="about" class="about">
<div class="about-me container">
<div class="section-title">
Expand All @@ -81,15 +80,24 @@ <h2>Rwyn's Site</h2>
</ul>
</div>
</div>
<div style="margin-top: 2-3cm;">
<p><strong>Hey there! I'm currently focused on my Source 2 maps: <i>de_hellcats</i>, <i>as_nexus</i>, <i>cs_westworld</i>.</strong></p>
<p><strong>UPDATES on my stuff:</strong></p>
<ul>
<li><strong>Fallout 4 Photo Mode Rework:</strong> Unfortunately I can't give an exact ETA for it as I am the sole modder who is working on it at the moment.</li>
<li><strong>Cyberpunk 2077 Asset Recycler:</strong> Same goes for the C77AR. <i>It's somewhat ready but still needs testing.</i></li>
<li><strong>Maps:</strong> Both <i>de_hellcats</i> and <i>as_nexus</i> won't be released before December 2024.</li>
</ul>
</div>
</div>
</div>
</div>
</section>

<section id="guesswhat">
<div class="container">
<div class="section-title">
<h2>Temp I</h2>
</div>
<div class="row">
<div class="col-lg-12">
<p>Hey there! I'm currently focused on my Source 2 maps: <i>de_hellcats</i>, <i>as_nexus</i>, <i>cs_westworld</i>. <br><br> UPDATES on my stuff:</p>
<ul>
<li><strong>Fallout 4 Photo Mode Rework:</strong> Unfortunately I can't give an exact ETA for it as I am the sole modder who is working on it at the moment. </li>
<li><strong>Cyberpunk 2077 Asset Recycler:</strong> Same goes for the C77AR. <i>It's somewhat ready but still needs testing.</i></li>
<li><strong>Maps:</strong> Both <i>de_hellcats</i> and <i>as_nexus</i> won't be released before December 2024.</li>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 0c5f52d

Please sign in to comment.