Initial commit

This commit is contained in:
Solomon Laing 2025-04-07 22:01:34 +09:30
commit 0e33867a01
4 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>

After

Width:  |  Height:  |  Size: 655 B

52
index.html Normal file
View File

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header>
<h1>I am Solomon Laing</h1>
</header>
<main>
<section>
<div class="container">
<div class="row">
<div class="col">
<p>Trained in Engineering and IT I spend my time building and maintaining software for
various companies and organisations. Solving problems is my passion and I strive to get
things
done, and do them well.</p>
</div>
<div class="col"></div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<p>My Presence</p>
</div>
<div class="row">
<div class="col">
<div class="card">
<img src="assets/linkedin-brands.svg" alt="LinkedIn logo" />
</div>
</div>
<div class="col"></div>
</div>
</div>
<section>
</section>
</main>
<footer>
<p>Thank you for your time.</p>
</footer>
<script src="main.js"> </script>
</body>
</html>

2
main.js Normal file
View File

@ -0,0 +1,2 @@
/* documentation here: https://animejs.com/documentation/getting-started/installation */
import { animate } from 'https://cdn.jsdelivr.net/npm/animejs@4.0.0/+esm';

0
style.css Normal file
View File