Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
beachatel committed Oct 3, 2024
1 parent 01ee976 commit d9cc8e3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Projects/.DS_Store
Binary file not shown.
Binary file added Projects/Art4UrEyes/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Projects/Art4UrEyes/Art4UrEyes.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="grid.js"></script>
<script src="super.js"></script>
<script src="newGrid.js"></script>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="/main.css">

<title>Art For Your Eyes</title>
</head>
Expand Down
File renamed without changes
Binary file modified img/tfgm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 12 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,16 @@
<div class="Projects">
<a class="item" href="Projects/Art4UrEyes/Art4UrEyes.html">

<img src="img/item1.png" alt="1" width="300" height="auto">
<img src="img/Art4UrEyes.png" alt="1" width="auto" height="200">
<figcaption class="projectName">
Art for your eyes
</figcaption>
<figcaption class="dateposted">
22.10.23
Art for your eyes
</figcaption>

<figcaption class="tag">

<a class="tag" href="archive.html?genre=Art/Design">
Art / Design
</a>
</figcaption>

</a>
Expand All @@ -93,13 +92,11 @@
<div class="Projects">
<a class="item" href="Projects/15MC/index.html">

<img src="img/15MC.png" alt="1" width="300" height="auto">
<img src="img/15MC.png" alt="1" width="auto" height="200">
<figcaption class="projectName">
15 Minute Cities
</figcaption>
<figcaption class="dateposted">
22.10.23
</figcaption>

<figcaption class="tag">
<a class="tag" href="archive.html?tag=Ambient">
Architecture / Urbanism
Expand All @@ -116,17 +113,18 @@
<div class="item1">
<a class="item" href="Projects/TfGM BDV/TfGM BDV.html">

<img src="img/tfgm.png" alt="1" width="300" height="auto">
<img src="img/tfgm.png" alt="1" width="auto" height="200">
<figcaption class="projectName">
TfGM Bus Efficiency Data Visualisation
</figcaption>
<figcaption class="dateposted">
22.10.23
</figcaption>

<figcaption class="tag">

<a class="tag" href="archive.html?genre=Art/Design">
Architecture / Urbanism, Data Visualisation
Architecture / Urbanism,
<a class="tag" href="archive.html?tag=Ambient">
Data Visualisation
</a>
</figcaption>

</a>
Expand Down

0 comments on commit d9cc8e3

Please sign in to comment.