Skip to content

Commit bad434c

Browse files
committed
News page updated
1 parent a9e601b commit bad434c

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h4>Projects</h4>
389389
<div class="footer-logo">
390390
<a href="/"><img alt="" src="./media/logo2.png"></a>
391391
</div>
392-
<p>Emulation AI aims on creating innovative solutions to help maximise human productivity by harnessing the power of AI</p>
392+
<p>Emulation AI aim's on creating innovative solutions to help maximise human productivity by harnessing the power of AI</p>
393393
<ul class="social-media-icons">
394394
<li><a href="https://www.facebook.com/EmulationAI" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
395395
<li><a href="https://linkedin.com/company/emulationai" target="_blank"><i class="fab fa-linkedin"></i></a></li>

media/inter_speech_video.mp4

92 MB
Binary file not shown.

media/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ input, select, audio, canvas, iframe, img, svg, video {
6767
}
6868

6969
.sec-mar {
70-
margin: 120px 0
70+
margin: 20px 0
7171
}
7272

7373
.sec-mar-top {
74-
margin-top: 120px
74+
margin-top: 20px
7575
}
7676

7777
.sec-mar-bottom {
78-
margin-bottom: 120px
78+
margin-bottom: 20px
7979
}
8080

8181
.preloader {

news.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,21 @@ <h1>News</h1>
107107
</div>
108108
</div>
109109
</section>
110-
110+
<div class="sec-title">
111+
<h4>Emulation AI paper presentation at SMM22 Workshop at Interspeech-22</h4>
112+
</div>
111113

112114
<section class="services-area sec-mar" id="news">
115+
113116
<div class="container">
117+
114118
<div class="title-wrap wow animate fadeInUp" data-wow-delay="200ms" data-wow-duration="1500ms"
115119
style="visibility: hidden; animation-duration: 1500ms; animation-delay: 200ms; animation-name: none;">
120+
<video class="w-100" autoplay loop >
121+
<h4>Emulation AI paper presentation at SMM22 Workshop at Interspeech-22</h4>
122+
<source src="./media/inter_speech_video.mp4" type="video/mp4" />
123+
</video>
124+
116125
<div class="sec-title">
117126
<span>Our Updates</span>
118127
<h2>News</h2>

0 commit comments

Comments
 (0)