Skip to content

Commit f1e8cc6

Browse files
committed
Fixed logo and landing image, transparent ones
1 parent fb532ea commit f1e8cc6

File tree

5 files changed

+118
-13
lines changed

5 files changed

+118
-13
lines changed

css/custom-style.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ background-size:cover;
4444

4545
#landingText{
4646
position: absolute;
47-
top: 25%;
48-
left: 50%;
47+
top: 28%;
48+
left: 40%;
4949

5050
}
5151

@@ -54,11 +54,11 @@ background-size:cover;
5454
}
5555

5656
#landingImage{
57-
position: relative;
58-
top: 10%;
59-
left: 10%;
60-
width: 600px;
61-
height:600px;
57+
position: static;
58+
bottom: -50%;
59+
left: 25%;
60+
width: 700px;
61+
height:700px;
6262
}
6363

6464

images/logo-1.svg

Lines changed: 100 additions & 0 deletions
Loading

images/trial1-old.png

43.7 KB
Loading

images/trial1.png

-37.6 KB
Loading

index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@ <h1 id="logo">
118118
<div class="spacer-single"></div><br><br><br>
119119
<div class="text-slider">
120120
<div class="text-item">
121-
<img src = "images/landing.svg" id = "landingImage">
121+
<img src = "images/logo-1.svg" id = "landingImage">
122122
<div id = "landingText">We are<br><span class="id-color">Artificial Intelligence <br> Developers</span></div>
123123
</div>
124124
<div class="text-item">
125-
<img src = "images/landing.svg" id = "landingImage">
125+
<img src = "images/logo-1.svg" id = "landingImage">
126126
<div id = "landingText">An open-source <br>community <br>to <span class="id-color">help</span><br><span class="id-color">you learn AI</span></div>
127127
</div>
128128

129129
<div class="text-item">
130-
<img src = "images/landing.svg" id = "landingImage">
130+
<img src = "images/logo-1.svg" id = "landingImage">
131131
<div id = "landingText">Scroll down <br>to know<br>more about<br><span class="id-color">Team AIDC</span></div>
132132
</div>
133133
</div>
@@ -462,7 +462,7 @@ <h1 class="animated" data-animation="fadeInUp">Our <span class="id-color">Works<
462462
<div class="container">
463463
<div class="row">
464464
<div class="col-md-12 text-center">
465-
<h1 class="animated" data-animation="fadeInUp">Customer <span class="id-color">Says</span></h1>
465+
<h1 class="animated" data-animation="fadeInUp">What our <span class="id-color">sponsors say</span></h1>
466466
<span class="small-border animated" data-animation="fadeInUp"></span>
467467
<div class="spacer-single"></div>
468468
</div>
@@ -472,14 +472,14 @@ <h1 class="animated" data-animation="fadeInUp">Customer <span class="id-color">S
472472
<div class="col-md-4 item">
473473
<div class="de_testi">
474474
<blockquote>
475-
<p>The support staff is AMAZING. Same day service. They also have built a GREAT theme that supports so many functions. You can tweak little things here and there and use its functionality for SO much more! What an AWESOME AWESOME AWESOME theme.</p>
475+
<h2>GAME <br>CHANGING!!</h2>
476476
</blockquote>
477477
<div class="de_testi_by">
478478
<div class="de_testi_pic">
479479
<img src="images/testi_pic%20(1).jpg" alt="" class="img-circle">
480480
</div>
481481
<div class="de_testi_company">
482-
<strong>Feldhouse</strong>, Customer
482+
<strong>John Doe</strong>, Intel
483483
</div>
484484
</div>
485485
</div>
@@ -602,6 +602,11 @@ <h1 class="animated" data-animation="fadeInUp">Our <span class="id-color">Blog</
602602
<div class="row">
603603
<div class="logo-carousel">
604604
<ul id="logo-carousel" class="slides">
605+
<li>
606+
<div class="col-md-2">
607+
608+
</div>
609+
</li>
605610
<li>
606611
<div class="col-md-2">
607612
<img src="images/logo/intel.png" style="width: 10vw;height: 10vh">

0 commit comments

Comments
 (0)