Skip to content

Commit

Permalink
Testing CI 3
Browse files Browse the repository at this point in the history
  • Loading branch information
LucF120 committed Jun 6, 2024
1 parent 2c029ab commit 01d9386
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/workflows/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href ="style.css">
</head>
<body style = "text-align: center; justify-content: center;">
<header class="giant-text">
Luc Ferrara's Website!
</header>
<div>
<img src="http://lucferrara.com/Images/construction.jpg" class = "very-small-image" style = "display: inline-block;">
<p class="medium-text blue-text" style = "display: inline-block;">
This site is under construction.
</p>
<img src="http://lucferrara.com/Images/construction.jpg" class = "very-small-image" style = "display: inline-block;">
</div>
<button onclick="toggleImage()">
<h1 class = "small-text blue-text">
Meet the developer: Rosie!
</h1>
</button>
<div class = "image-container">
<img src = "http://lucferrara.com/Images/Rosa.jpg" class = "small-image" id="Rosa_Image" style = "display: none;">
</div>
<a class = "medium-text red-text" href= "next_page.html">
Go to the second page
</a>
<script src="script.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion next_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body style = "text-align: center; justify-content: center;">
<header class="giant-text">
Luc Ferrara's Second Page! (TESTING)
Luc Ferrara's Second Page! (TESTING)!
</header>
</body>
</html>

0 comments on commit 01d9386

Please sign in to comment.