Skip to content

Commit

Permalink
Finish personal site update
Browse files Browse the repository at this point in the history
  • Loading branch information
LevaniVashadze committed Mar 2, 2024
1 parent da654ba commit 09741e2
Show file tree
Hide file tree
Showing 23 changed files with 663 additions and 88 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link
href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&family=Oswald&family=Raleway:wght@300&display=swap"
href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&family=Oswald&family=Raleway:wght@300&family=Noto+Sans+Georgian:[email protected]&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="/favicon.ico"/>
Expand Down
223 changes: 223 additions & 0 deletions old/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,223 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- little icons import -->
<script
src="https://kit.fontawesome.com/9b7883e796.js"
crossorigin="anonymous"
></script>

<!-- font import -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&family=Oswald&family=Raleway:wght@300&display=swap"
rel="stylesheet"
/>

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="images/favicon.ico" />
<title>Levani's Website</title>
<meta
name="description"
content="Levani's Personal Website nothing more then that"
/>

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Levani's Website" />
<meta name="twitter:description" content="Levani's Personal Website" />
<meta name="twitter:image" content="images/favicon.ico" />

<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/styles.css" />
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</head>

<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#title">L</a>

<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#Home">Home</a>
</li>

<li class="nav-item">
<a class="nav-link" href="#About">About</a>
</li>

<li class="nav-item">
<a class="nav-link" href="#Work">My Work</a>
</li>

<li class="nav-item">
<a class="nav-link" href="#Contact">Contact</a>
</li>
</ul>
</div>
</nav>

<!-- == -->

<section id="Home">
<div class="title center-total">
<h1>Hello,</h1>
<h3>Welcome to Levani's Website</h3>
</div>
</section>

<section id="About">
<div>
<h2>My name is Levani and I am a software developer.</h2>
<p>
My favourite Language is Python. I can fluently speak German, English
and Georgian. I am mainly focused on the Backend using Django, but I
also have experience using React.
</p>
</div>
</section>

<!-- == -->

<section id="Work">
<div class="container frame">
<div class="row">
<div class="project col-md-6">
<img
src="images/project_1.png"
class="project-img"
alt="image of project(this website)"
/>
<br />

<a
href="https://github.com/LevaniVashadze/Personal_Website"
class="description"
>Well, I don't have many Projects but this website you are viewing
is one. If you click me you can view the source code.
</a>
</div>

<div class="project col-md-6">
<img
src="images/gmt.png"
class="project-img"
alt="Good Morning Tech"
/>
<br />

<a
href="https://github.com/goodmornintech/goodmorningtech"
class="description"
>
Together with a few co-developers I am working on a service called
Good Morning Tech. Click me to view the GitHub page of the
project. Built using Flask. Check out the new WIP website at
https://goodmorningtech.news.
</a>
</div>
</div>
<div class="row">
<div class="project col-md-6">
<img src="images/ecom.png" class="project-img" alt="Ecom Website" />
<br />

<a
href="https://github.com/LevaniVashadze/EcommerceWebsite"
class="description"
>
I am building an Ecommerce Website using Django and React. Click
me to view the GitHub page of the project. Currently, the navbar and part of the landing page is finished,
together with a dark theme and localisation. It is still in development.
</a>
</div>
</div>
</div>
</section>

<!-- == -->

<section id="Contact">
<h3 class="form-title">
If you want me to help you do something, that you think I am able to do
send me a message or a Email.
</h3>

<form method="post" action="https://formspree.io/f/xoqrgvkg">
<input
type="email"
class="form-control thick-border"
aria-describedby="emailHelp"
placeholder="Your Email"
name="email"
/>
<br />

<input
type="text"
class="form-control thick-border"
aria-describedby="text"
placeholder="Subject"
name="subject"
/>
<br />

<textarea
class="form-control thick-border"
aria-describedby="text"
placeholder="Message"
name="text"
></textarea>
<br />

<button type="submit" class="btn-lg btn-dark">Send</button>
</form>
</section>

<div class="kofi">
<script
type="text/javascript"
src="https://storage.ko-fi.com/cdn/widget/Widget_2.js"
></script>
<script type="text/javascript">
kofiwidget2.init("Support Me on Ko-fi", "#323842", "J3J1EJX4B");
kofiwidget2.draw();
</script>
</div>

<section id="Footer">
<a href="https://github.com/LevaniVashadze">
<i class="fa-brands fa-github"></i>
</a>
<a href="mailto:[email protected]">
<i class="fa-solid fa-envelope"></i>
</a>

<p class="copyright">© Levani Vashadze 2022</p>
</section>
</body>
</html>
101 changes: 101 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09741e2

Please sign in to comment.