Skip to content

Commit

Permalink
bolded h1 in about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaP0nce committed Dec 27, 2024
1 parent 780f249 commit 59ac113
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 284 deletions.
150 changes: 2 additions & 148 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,152 +87,6 @@


}
/* robot animation css */
.header-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}

.robot-container {
background: transparent;
display: flex;
justify-content: center;
align-items: center;
width: 200px;
margin: 0 auto;
padding: 0;
position: relative;
}


.robot-head {
width: 200px;
height: 200px;
position: relative;
}

.head-outline {
width: 160px;
height: 120px;
border: 20px solid #fff;
border-radius: 45px;
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}

.antenna {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 45px solid #fff;
position: absolute;
top: 15px;
left: 50%;
transform: translateX(-50%);
}

.antenna-oval {
height: 30px;
width: 60px;
background-color: #fff;
border-radius: 50%;
position: absolute;
left: 35%;
top:50px;
}

.antenna::after {
content: '';
width: 22px;
height: 22px;
background: #fff;
border-radius: 50%;
position: absolute;
top: -3px;
left: 50%;
transform: translateX(-50%);
animation: glowBlue 4s infinite;
}

@keyframes glowBlue {
0% {
box-shadow: 0 0 20px 10px #43d66f;
background: #00a6ed;
}

50%{
box-shadow: 0 0 20px 10px #e759d1;
background: #eac435;
}
75% {
box-shadow: 0 0 20px 10px #ee8741;
background: #03cea4;
}
100% {
box-shadow: 0 0 20px 10px #43d66f;
background: #fb4d3d;
}
}

.ear {
width: 30px;
height: 40px;
background: #fff;
border-radius: 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.ear.left {
left: -35px;
}

.ear.right {
right: -35px;
}

.eye {
width: 16px;
height: 30px;
background: #fff;
border-radius: 160px;
position: absolute;
top: 50%;
animation: blink 1s infinite;
}

.eye.left {
left: 30px;
}

.eye.right {
right: 30px;
}

@keyframes blink {
0%, 92%, 94% {
transform: scaleY(1) translateY(-50%);
}
100% {
transform: scaleY(0.1) translateY(-50%);
}

}

@keyframes colorChange {
0% { filter: hue-rotate(0deg); }
50% { filter: hue-rotate(180deg); }
100% { filter: hue-rotate(360deg); }
}


</style>
</head>
<body>
Expand Down Expand Up @@ -272,7 +126,7 @@ <h1>About Us</h1>
<div class="container">
<div class="section-header" data-aos="fade-up">
<div class="row">
<h2 style="text-align: center; width: 100%;">Our Story</h2>
<h1 style="text-align: center; width: 100%; font-weight:bold;">Our Story</h1>
<div class="col-md-6 d-flex align-items-center">
<p style="text-align: left;" class="story-paragraph" >
DuoAlly emerged from those moments we all know - when you're deep in a single-player adventure, wishing
Expand All @@ -290,7 +144,7 @@ <h2 style="text-align: center; width: 100%;">Our Story</h2>

</div>
<div class="section-header" data-aos="fade-up">
<h2>Our Leadership Team</h2>
<h1 style="font-weight:bold;">Our Leadership Team</h1>
<p>The people behind DuoAlly AI</p>
</div>
<div class="team-member" data-aos="fade-up" data-aos-delay="100">
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ <h1>DuoAlly AI</h1>
<section id="about">
<div class="container">
<div class="section-header" data-aos="fade-up">
<h2>About DuoAlly AI</h2>
<h2>DuoAlly AI</h2>
<p>Pioneering the future of gaming duos</p>
</div>
<div class="card" data-aos="fade-up" data-aos-delay="100">
<p>DuoAlly AI is pioneering the next generation of AI allies for single-player gaming. Our AI-powered assistant provides players with an interactive, game-aware ally, designed to enhance solo experiences across multiple genres.</p>
<!-- <img src="images/about.jpg" alt="About DuoAlly AI" class="section-image" width="600" height="400"> -->
<img src="images/DuoAlly.jpg" alt="DuoAlly AI" class="section-image" width="400px" height="400px">
<img src="images/DuoAlly.jpg" alt="DuoAlly AI" class="section-image" width="400px" height="450px">
</div>
</div>

Expand All @@ -60,7 +60,7 @@ <h2>About DuoAlly AI</h2>
<div class="section-header" data-aos="fade-up">
<h2>Features</h2>
<p>Experience gaming like never before</p>
<img src="images/about.jpg" alt="About DuoAlly AI" class="features-image" width="300px" height="300px">
<img src="images/about.jpg" alt="About DuoAlly AI" class="features-image" width="400px" height="450px">
</div>
<div class="features-grid">
<div class="card feature-card" data-aos="fade-up" data-aos-delay="100">
Expand Down
Loading

0 comments on commit 59ac113

Please sign in to comment.