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

Event Updates #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
64 changes: 64 additions & 0 deletions events_update.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
.eventupdate{
margin: 0 0;
padding-bottom: 4rem;
min-height: 100vh;
background: linear-gradient(135deg, #106476 0%, #105D6E 0.01%, #0E1D20 100%);
color: #FFF;
/* background: linear-gradient(45deg, #106476, #105D6E, #0E1D20); */
}

.eventupdate .container {
display: flex;
width: 100%;
}

.eventupdate .title {
padding-top: 2rem;
text-align: center;
font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;

}

.eventupdate .left,.eventupdate .right {
width: 100%;
padding : 0;
}

.eventupdate .reels-making {

padding: 0 1rem;
font-family: Arial, Helvetica, sans-serif;

}

.eventupdate .reels-making-paragraph {
padding: 0 1rem;
font-family: Arial, Helvetica, sans-serif;
text-align:justify ;
font-size: 18px;


}

.eventupdate .image-container {
width: 100%;
height: auto;
border-radius: 8px;
display: flex;
margin: auto;
}

.eventupdate .eventupdateimg {
width: 90%;
display:flex;
margin : auto;
}
@media only screen and (max-width: 500px) {
.eventupdate .container {
flex-direction: column;
}

}
98 changes: 16 additions & 82 deletions events_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,98 +2,32 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #106476 0%, #105D6E 0.01%, #0E1D20 100%);
/* background: linear-gradient(45deg, #106476, #105D6E, #0E1D20); */
}

.container {
display: flex;
flex-wrap: wrap;
align-items:center;
flex-direction:coloumn;
max-width: 1000px;
padding: 20px;
}

.title {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 36px;
font-weight: 700;
color: #FFF;
margin-bottom: 20px;
}

.column {
width: 50%;
padding: 20px;
box-sizing: border-box;
color: #FFF;
}

.left-column {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.reels-making {
fill: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 132%;
letter-spacing: 0.2px;
}

.reels-making-paragraph {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 160%;
}

.image-container {
width: 100%;
max-width: 400px;
height: auto;
border-radius: 8px;

}

img {
width: 100%;
height: 100%;
border-radius: 8px;
object-fit: cover;
}
</style>
<link rel="stylesheet" href="">
<meta charset = "UTF-8">
<meta name="viewport"
content ="width=device-width,initial-scale=1.0">
<title>ACM-IST</title>>
<link rel ="stylesheet"
href="events_update.css">
</head>
<body>
<div class="container">
<div class ="eventupdate">
<div class="title">Event Updates</div>
<div class="column left-column">
<div class="container">
<div class="left">
<div class="reels-making "> <h2>Reels Making</h2> </div>
<div class="reels-making-paragraph">
<p>A Reels making competition is an exciting opportunity for content creators to showcase their skills and creativity in a fast-paced, dynamic format. Reels are short, 15-30 second videos that can be shared on social media platforms such as Instagram and TikTok. They offer a great way for creators to engage with their audience, convey a message, or showcase their talents in a fun and visually appealing way.</p>
</div>
<p>A Reels making competition is an exciting opportunity for content creators to showcase their skills and creativity in a fast-paced, dynamic format. Reels are short, 15-30 second videos that can be shared on social media platforms such as Instagram and TikTok. They offer a great way for creators to engage with their audience, convey a message, or showcase their talents in a fun and visually appealing way. to showcase their skills and creativity in a fast-paced, dynamic format. Reels are short, 15-30 second videos that can be shared on social media platforms such as Instagram and TikTok. They offer a great way for creators to engage with their audience, convey a message.</p>
</div>
</div>
<div class="column">
<div class="right">
<div class="image-container">
<img src="C:\Users\DELL\Downloads\Rectangle 55.png" alt="Reels Making Image">
<img class="eventupdateimg" src="./Rectangle 55.png" alt="Reels Making Image">
</div>
</div>
</div>
</div>

</body>
</html>