Skip to content

Commit a89c273

Browse files
Added Keynote
Added Keynote
2 parents 725d4df + f4f04ba commit a89c273

File tree

3 files changed

+88
-19
lines changed

3 files changed

+88
-19
lines changed
5.4 KB
Loading

fss/index.html

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,33 @@ <h2 class="Topic">Miscellaneous</h2>
706706
<div class="container">
707707
<div class="speakers">
708708
<div class="speaker-image-div"><img class="speaker-image" src="https://fontmeme.com/permalink/211124/3827380206ee06b7478b1bb866048f7f.png" alt="squid-game-font"></div>
709+
<div class="keynote-heading">
710+
<div class="lin"></div>
711+
<h1 class="" style="font-family:myfirstfont;text-align: center;background: transparent;">Keynote speaker</h1>
712+
<div class="lin"></div>
713+
</div>
714+
<div class="keynote">
715+
<div class="card-wrap keynote-img">
716+
<div class="card-header one key-one" style="background-image:url(./Speakers-photos/Chris\ Swan.png);"></div>
717+
<div class="card-content">
718+
<h1 class="card-title">Chris Swan</h1>
719+
<p class="card-text">Engineer at The @ Company</p>
720+
<div class="socials">
721+
<a href="https://twitter.com/cpswan?t=1UQ6kkWkjaTjeX3I0SPdUQ&s=08"><i class="fab fa-twitter"></i></a>
722+
<a href="https://www.linkedin.com/in/chrisswan/"><i class="fab fa-linkedin-in"></i></a>
723+
<a href="https://github.com/cpswan"><i class="fab fa-github"></i></a>
724+
</div>
725+
</div>
726+
</div>
727+
<div class="keynote-desc">
728+
"Chris will talk about the history and journey of open source in the world of technology, what role that each of us can have in it if we choose to and what he sees as the future of open source."
729+
</div>
730+
</div>
731+
<div class="keynote-heading">
732+
<div class="lin"></div>
733+
<h1 class="" style="font-family:myfirstfont;text-align: center;background: transparent;">Event speakers</h1>
734+
<div class="lin"></div>
735+
</div>
709736
<div class="list">
710737
<div class="card-wrap">
711738
<div class="card-header one" style="background-image:url(./Speakers-photos/Bill\ murugan.jpeg);"></div>
@@ -719,18 +746,7 @@ <h1 class="card-title">Bill Mulligan</h1>
719746
</div>
720747
</div>
721748
</div>
722-
<div class="card-wrap">
723-
<div class="card-header one" style="background-image:url(./Speakers-photos/Chris\ Swan.png);"></div>
724-
<div class="card-content">
725-
<h1 class="card-title">Chris Swan</h1>
726-
<p class="card-text">Engineer at The @ Company</p>
727-
<div class="socials">
728-
<a href="https://twitter.com/cpswan?t=1UQ6kkWkjaTjeX3I0SPdUQ&s=08"><i class="fab fa-twitter"></i></a>
729-
<a href="https://www.linkedin.com/in/chrisswan/"><i class="fab fa-linkedin-in"></i></a>
730-
<a href="https://github.com/cpswan"><i class="fab fa-github"></i></a>
731-
</div>
732-
</div>
733-
</div>
749+
734750
<div class="card-wrap">
735751
<div class="card-header one" style="background-image:url(./Speakers-photos/kevinNickels.png);"></div>
736752
<div class="card-content">
@@ -782,7 +798,7 @@ <h1 class="card-title">Kamlesh Nagware</h1>
782798
</div>
783799

784800
<div class="card-wrap">
785-
<div class="card-header one" style="background-image:url(./Speakers-photos/Santosh\ Yadav.png);"></div>
801+
<div class="card-header one" style="background-image:url(./Speakers-photos/santhosh\ yadav.jpg);"></div>
786802
<div class="card-content">
787803
<h1 class="card-title">Santosh Yadav </h1>
788804
<p class="card-text">GDE Angular | GitHub Star</p>

fss/styles.css

Lines changed: 59 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -986,9 +986,6 @@ section {
986986
.speakers {
987987
margin-top: 30px;
988988
width: 90%;
989-
position: relative;
990-
border-radius: 15px;
991-
border: 5px ridge rgba(28, 110, 164, 0.05);
992989
}
993990

994991
.list {
@@ -1062,9 +1059,7 @@ section {
10621059
width: 140px;
10631060
}
10641061

1065-
.card-header {
1066-
height: 100px;
1067-
}
1062+
10681063

10691064
.list {
10701065
gap: 25px;
@@ -1198,6 +1193,20 @@ section {
11981193
0 0 151px #0fa;
11991194
}
12001195

1196+
.lin{
1197+
width: 30%;
1198+
height: 2px;
1199+
background-color: #fff;
1200+
box-shadow:
1201+
0 0 7px #fff,
1202+
0 0 10px #fff,
1203+
0 0 21px #fff,
1204+
0 0 42px #0fa,
1205+
0 0 82px #0fa,
1206+
0 0 92px #0fa,
1207+
0 0 102px #0fa,
1208+
0 0 151px #0fa;
1209+
}
12011210
.line {
12021211
margin-top: 20px;
12031212
width: 40%;
@@ -2408,4 +2417,48 @@ i {
24082417
.buttons{
24092418
margin-right:0;
24102419
}
2420+
}
2421+
2422+
.keynote{
2423+
display:flex;
2424+
flex-direction: row;
2425+
justify-content: center;
2426+
column-gap: 50px;
2427+
margin-bottom: 50px;
2428+
align-items: center;
2429+
}
2430+
2431+
.keynote-desc{
2432+
width:30%;
2433+
display:flex;
2434+
align-items: center;
2435+
justify-content: center;
2436+
letter-spacing:2px;
2437+
line-height:1.5em;
2438+
font-weight: 700;
2439+
text-align: center;
2440+
}
2441+
2442+
.keynote-heading{
2443+
margin:30px 0;
2444+
display: flex;
2445+
flex-direction: row;
2446+
align-items: center;
2447+
background: transparent;
2448+
justify-content: center;
2449+
}
2450+
2451+
@media screen and (max-width:600px) {
2452+
.keynote{
2453+
flex-direction:column;
2454+
gap:30px;
2455+
}
2456+
.keynote-desc{
2457+
width:95%;
2458+
2459+
}
2460+
.keynote-img{
2461+
width:50%;
2462+
}
2463+
24112464
}

0 commit comments

Comments
 (0)