Skip to content
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
56 changes: 54 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,59 @@
<title>About page</title>
<link rel="stylesheet" href="style/style.css" />
</head>
<body>
<!-- start here -->
<body id="about">
<div class="about-section">
<h1>About Our Academy</h1>
<p> When we started Check academy,
our goal was to give anyone in the world the ability to learn the skills they’d need to succeed in the 21st century.
We set out to create a new, interactive way of
learning — making it engaging,
flexible, and accessible for as many people as possible.</p>
<p>
Since then, we have helped millions of
people worldwide unlock modern technical skills
and reach their full potential through code. </p>
</div>

<h2 style="text-align:center" id="our-team">Our Team</h2>
<div class="row">
<div class="column">
<div class="card">

<div class="container">
<h2 id="mu">Mustafe Abdirahman</h2>
<p class="title">CEO & Founder</p>
<p class="mas">Master Statistics with Python.</p>
<p class="mas">Mustafe@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<div class="container">
<h2 id="mo">Mohamed Hassan</h2>
<p class="title">Software Engeneer</p>
<p class="full">Full-Stack Engineer .</p>
<p class="full">Mohamed@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>

<div class="column">
<div class="card">

<div class="container">
<h2 id="ab">Abdule Yousuf</h2>
<p class="title">Designer</p>
<p class="end">Front-End Engineer.</p>
<p class="end">Abdulle@example.com</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
</div>

</body>
</html>
Binary file added black1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added black2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css-course.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added git-course.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added header.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 71 additions & 3 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,78 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>CHECK-TECH</title>
<link rel="stylesheet" href="style/style.css" />
</head>
<body>
<!-- start here -->
<body id="body">
<div class="main-header">
<div class="header">
<img id="header-image" src="header.jpeg" alt="header-img">
<div id="cover"></div>
<div id="menu-header">
<div id="menu">
<a href="#" class="btn active">Home</a>
<a href="#" class="btn">Courses</a>
<a href="#" class="btn">Sources</a>
<a href="#" class="btn">Summary</a>
<a href="about.html" class="btn">About</a>
</div>
</div>
</div>
<div id="main-content">
<div id="centered-content">
<h1>CHECK ACADEMY</h1>
<div id="image-frame">
<img src="white-logo.png" alt="white-logo">
</div>
</div>
</div>
</div>
<div id="main-body">
<div id="main-header">
<h1 id="hey">Check academy of Programming</h1>
</div>
<div id="features">
<div id="feature1">
<h1>“ Code is like humor. </h1>
<div id="features2">
<h1>When you have to explain</h1>
</div>
<div id="feature3">
<h1>it, it’s bad.”</h1>
</div>
</div>
</div>
<div id="courses-section">
<h1 id="home">Courses Of Web Development</h1>
<div id="courses">
<div class="course">
<img src="html-course.png" alt="html-course">
<div>
<h2> Course Of HTML</h2>
<button>Watch</button>
</div>
</div>
<div class="course">
<img src="css-course.png" alt="css-course">
<div>
<h2> Course Of CSS</h2>
<button>Watch</button>
</div>
</div>
<div class="course">
<img src="git-course.png" alt="git-course">
<div>
<h2>Course Of Git</h2>
<button>Watch</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<h5>Copyright © 2022 This website is from Mustafe</h5>
</div>
</body>
</html>
Binary file added html-course.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added style/black2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading