Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JustLecs authored Jan 2, 2024
1 parent 43683d4 commit cd9fd74
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<body>
<div>
<H1>&starf; Digital Designs by Daniel &starf;</H1>
<hr size="5">
<hr>
</div>
<br/>
<div><h3><a id="link" href="./public/directory.index.html">My Top 5:</a></h3>
<p>A Miniature Website Directory<p>
<a href="./public/directory.index.html"><img src="./assets/images/Top 5.png" alt= "My top 5 websites" height="170" width="400" class="center"></a>
<p>A Miniature Website Directory<p>
<a href="./public/directory.index.html"><img src="./assets/images/Top 5.png" alt= "My top 5 websites" height="170" width="400" class="center"></a>
</div><div><h3> <a id="link" href="./public/meme.index.html">Motivational Meme</a></h3>
<a href="./public/meme.index.html"><img src="./assets/images/rambo-5.jpg" alt="Rambo thumbs up" width="400px" class="center"></a>
<a href="./public/meme.index.html"><img src="./assets/images/rambo-5.jpg" alt="Rambo thumbs up" width="400px" class="center"></a>
</div><div>
<h3><a id="link" href="./public/invitation.index.html">Party Invite:</a></h3>
<a href="./public/invitation.index.html"><img src="./assets/images/pexels-wendy-wei-1190298.jpg" alt="people and fireworks" height="300" width="400" class="center"></a>
<h3><a id="link" href="./public/invitation.index.html">Party Invite:</a></h3>
<a href="./public/invitation.index.html"><img src="./assets/images/pexels-wendy-wei-1190298.jpg" alt="people and fireworks" height="300" width="400" class="center"></a>
</div><div>
</body>
<hr>
Expand Down
1 change: 1 addition & 0 deletions public/meme.index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Motivational Meme</title>
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Fira+Sans:wght@200&family=Libre+Baskerville&display=swap" rel="stylesheet">
<link href="./meme.style.css" rel="stylesheet">
<link href="../assets/images/favicon.ico" rel="icon">
</head>
<body>
<div class="poster">
Expand Down
8 changes: 6 additions & 2 deletions public/meme.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Img {
border: 5px solid white;
width: 100%;
}
h1{
text-transform:uppercase
h1 {
text-transform:uppercase;
font-size: 2.5vw;
}
.poster {
margin-top: 75px;
Expand All @@ -15,6 +16,9 @@ h1{
font-family: 'Libre Baskerville', serif; color: white;
text-align: center;
}
p {
font-size: .5rem;
}
a {
text-decoration: none;
font-family: sans-serif; color:white;
Expand Down

0 comments on commit cd9fd74

Please sign in to comment.