Started working on the projects page
This commit is contained in:
21
projects/index.html
Normal file
21
projects/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Ayabusa club - Projects</title>
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<!--<script src="script.js"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<div class="disbox">
|
||||
<div class="disboxh">
|
||||
<img class="ico" src="../assets/gitico.png"></img>
|
||||
<img class="ico" src="../assets/blogico.png"></img>
|
||||
</div>
|
||||
<p class="disboxp">
|
||||
loc_projects:<br>
|
||||
During my dev journey, I had the opportunity to create some projects, I've collected here, those that might pick your interest.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user