Semantic HTML Outline for Projects Page
This commit is contained in:
parent
5142d1968c
commit
5ac952787f
@ -1,8 +1,18 @@
|
|||||||
export function Projects(){
|
export function Projects(){
|
||||||
return (
|
return (
|
||||||
|
<div class="projects">
|
||||||
<div>
|
<div>
|
||||||
<h1>Projects</h1>
|
<img src="https://via.placeholder.com/150" />
|
||||||
<p>Maybe pull from Gitea at some point</p>
|
<h2>This Site</h2>
|
||||||
|
<p>Project 1 description</p>
|
||||||
|
<a href="/project/1">Git Repo</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<img src="https://via.placeholder.com/150" />
|
||||||
|
<h2>Home Server</h2>
|
||||||
|
<p>Project 1 description</p>
|
||||||
|
<a href="/project/1">Git Repo</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user