Skip to content

Commit

Permalink
Merge pull request #29 from YorkURobotics/PurveshPatelYu-patch-1
Browse files Browse the repository at this point in the history
Create industry.html
  • Loading branch information
PurveshPatelYu authored Aug 9, 2023
2 parents 61b5e3c + efee3b9 commit 2c583b4
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions website/_layouts/industry.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ page.title }}</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
text-align: center; /* Center the text in all viewports */
}

header {
margin-bottom: 30px;
}

.poster-container {
text-align: center; /* Center the image in all viewports */
}

.poster-container img {
max-width: 100%; /* Scale the image to fit within its container */
height: auto; /* Maintain the image's aspect ratio */
}

h2 {
font-size: 28px;
margin-bottom: 20px;
}

p {
font-size: 16px;
line-height: 1.6;
}
</style>
</head>
<body>
{{ content }}
</body>
</html>

0 comments on commit 2c583b4

Please sign in to comment.