Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatted Careers.html #27

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 7 additions & 18 deletions Careers.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
text-align: center;
text-transform: uppercase;
}

/* Style for the image on the left */
.card img {
max-width: 500px; /* Adjust the maximum width of the image as needed */
Expand Down Expand Up @@ -58,7 +59,6 @@
color: #fff; /* Button text color */
border: none;
border-radius: 5px;

cursor: pointer;
margin-bottom: 1rem;
}
Expand All @@ -68,8 +68,7 @@
.card .learn-more-button:hover{
background-color: #659bd5;
}

</style>
</style>
</head>

<body>
Expand All @@ -86,7 +85,6 @@
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>

</ul>
</nav>
</header>
Expand Down Expand Up @@ -118,10 +116,8 @@ <h2 class="jobtitle">Quality Control Engineer</h2>
<div class="button_div">
<button class="learn-more-button" >Learn More</button>
</div>

</div>

</div>
</div>
</div>
<!--
job2 -->
Expand All @@ -142,10 +138,8 @@ <h2 class="jobtitle">Assistant Accountant</h2>
<div class="button_div">
<button class="learn-more-button" >Learn More</button>
</div>

</div>

</div>
</div>
</div>

<!-- job3 -->
Expand All @@ -162,10 +156,8 @@ <h2 class="jobtitle">Teacher and Junior Translation Officer</h2>
<div class="button_div">
<button class="learn-more-button" >Learn More</button>
</div>

</div>

</div>
</div>
</div>

<!-- job4 -->
Expand All @@ -182,10 +174,8 @@ <h2 class="jobtitle">Assistants/Upper Division Clerk and Junior Personal Assista
<div class="button_div">
<button class="learn-more-button" >Learn More</button>
</div>

</div>

</div>
</div>
</div>


Expand All @@ -199,8 +189,7 @@ <h2 class="jobtitle">Assistants/Upper Division Clerk and Junior Personal Assista
<li><a href="#">Suppliers</a></li>
</ul>
</footer>



</body>

</html>