Browse Source

change the front page and remove copyright thing

master
RinRi 2 years ago
parent
commit
13d9713e69
3 changed files with 22 additions and 43 deletions
  1. +3
    -4
      about.html
  2. +19
    -38
      index.html
  3. +0
    -1
      rec.html

+ 3
- 4
about.html View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://rinri-d.xyz/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="https://rinri-d.xyz/images/logo.ico" type="image/x-icon">
<title>RinRi - Homepage</title>
<title>RinRi - About</title>
</head>

<body>
@@ -35,10 +35,10 @@

<hr>
<p>
Hi! My real name is Amirlan Sharipov. I am a young seeker of knowledge and also an Information Security enthusiast looking for my first job.
Hi! I am a young seeker of knowledge and also an Information Security enthusiast.
</p>
<p>
Contact me at rin(AT)rinri-d(D0T)xyz, and I will send you my CV.
Contact me at rin(AT)rinri-d(D0T)xyz, and I will send you my CV.
</p>

<h2> Experience </h1>
@@ -78,7 +78,6 @@
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">Matrix: <a
href="https://matrix.to/#/@rinri-d:matrix.org">@rinri-d:matrix.org</a> </div>
</div>
<div style="text-align: center;">&copy; Copyright 2020 RinRi-D.xyz</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"


+ 19
- 38
index.html View File

@@ -34,53 +34,35 @@
<h1>Welcome! I am RinRi.</h1>
<div class="odd">
<p>
I am interested in InfoSec, Privacy, Open-Source, Minimalist Software, Competitive programming (My Codeforces <a
href="http://codeforces.com/profile/rinri">account</a>), C/C++ programming, Web Development, and IoT.
I am a student at Innopolis University.
My interests:
<ul>
<li>InfoSec</li>
<li>Embedded Development and electronics (STM32, Arduino, Wi-Fi Routers)</li>
<li>Free and Open-Source Software like Linux</li>
<li>Competitive programming (My Codeforces <a href="http://codeforces.com/profile/rinri">account</a>)</li>
<li>C and C++ programming</li>
<li>Web Development (backend)</li>
</ul>
</p>

<p>
<b>Currently, I am open to job offers. Contact me: rin(AT)rinri-d(D0T)xyz.</b>
Initially, I created this website to share knowledge with other people.
Unfortunately, there are no useful articles on my website at the moment. I'm working on it.
At least you can find some valuable repositories on my Gitea instance.
</p>

<p>
Hope you will enjoy my personal website. Here you can find my <a href="https://blog.rinri-d.xyz">blog</a>, <a
href="https://apps.rinri-d.xyz">apps</a> and <a href="https://git.rinri-d.xyz">git</a>. You can find my contact information at the bottom of the page.
<b>Contact me: rin(AT)rinri-d(D0T)xyz.</b>
</p>
</div>
<div>
<h2>Plans:</h2>
<h2>To-Do:</h2>
<ul>
<li>Get rid of Bootstrap, CDNs, JavaScript, and other bloat</li>
<li>About me</li>
<li>Portfolio</li>
<li>CV</li>
<li>Get rid of Bootstrap, CDNs, JavaScript, and other things. I will probably remake the website using a static site generator.</li>
<li>Write some useful articles and share them.</li>
</ul>
</div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="padding-left: 21.875%; padding-right: 21.875%;">
<img src="images/foss.svg" class="d-block" alt="foss">
</div>
<div class="carousel-item">
<img src="https://git.rinri-d.xyz/rinri/dots/media/branch/master/neofetch.png" class="d-block"
alt="dots">
</div>
<div class="carousel-item" style="padding-left: 21.875%; padding-right: 21.875%;">
<img src="images/logo.png" class="d-block" alt="logo">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>

<footer class="footer">
@@ -95,7 +77,6 @@
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">Matrix: <a
href="https://matrix.to/#/@rinri-d:matrix.org">@rinri-d:matrix.org</a> </div>
</div>
<div style="text-align: center;">&copy; Copyright 2020 RinRi-D.xyz</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"


+ 0
- 1
rec.html View File

@@ -137,7 +137,6 @@
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">Matrix: <a
href="https://matrix.to/#/@rinri-d:matrix.org">@rinri-d:matrix.org</a> </div>
</div>
<div style="text-align: center;">&copy; Copyright 2020 RinRi-D.xyz</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"


Loading…
Cancel
Save