-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (33 loc) · 2.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width device-width, initial-scale=1.0">
<title>agancy</title>
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton+SC&family=Edu+AU+VIC+WA+NT+Pre:[email protected]&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<img class="logo" src="./logo.png" alt="logo">
<h1> <span class="academy" >Al-ameer academy </span> </br> aims to assist students and researchers in their educational journey.</h1>
<div class="left card"> <img class="tile-image" src="./461934693_122109973118537241_3658419414628310734_n.jpg" alt="tile-image">
<h2 class="card-title">Al-ameer Academy</h2>
<p class="card-text">We work on writing graduation research, master's and doctoral theses in all humanities disciplines and all their branches.
We work on helping graduate students in the following:
1- Assisting in preparing master's and doctoral theses for graduate students in humanities disciplines from the title to the conclusion. We can also help in writing chapters of the thesis and modifying them.
2- Assisting in preparing graduation research and projects for all humanities disciplines</p>
</div>
<div class="right-card"> <img class="tile-image" src="./461335956_122107161686537241_8815438002391578549_n.jpg">
<h2 class="card-title" >Our servcies</h2>
<p>We have a team of the strongest and best university professors in all Arab countries, in the field, and we do the following: research and assignments for master's and doctoral theses, professional PowerPoint presentations.</p>
</div>
</div>
<a href="./contact.html">contact me</a>
<footer>
<p>create, develop, design</p>
</footer>
</body>
</html>