-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.php
More file actions
303 lines (270 loc) · 10.3 KB
/
aboutus.php
File metadata and controls
303 lines (270 loc) · 10.3 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#202741" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#0B0B0BFF" media="(prefers-color-scheme: dark)">
<link rel="shortcut icon" href="Images/logosci1Asset 4@4x.webp" type="image/x-icon">
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
<link rel="stylesheet" href="header/header.css">
<link rel="stylesheet" href="footer/footer.css">
<title>درباره ما</title>
<style>
html,
body {
height: auto;
overflow-y: auto;
margin: 0;
padding: 0;
}
#loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(8px);
background-color: rgba(0, 0, 0, 0.4);
/* دودی نیمهشفاف */
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: Tahoma, sans-serif;
z-index: 9999;
}
.dots::after {
content: "";
display: inline-block;
animation: dots 1.2s steps(3, end) infinite;
}
@keyframes dots {
0% {
content: "";
}
33% {
content: ".";
}
66% {
content: "..";
}
100% {
content: "...";
}
}
.loading-text {
color: white;
font-size: 24px;
}
@font-face {
font-family: "ourfont";
src: url('font/IRANYekanXVF.woff');
}
* {
font-family: "ourfont";
}
body {
background: linear-gradient(180deg, #190a3d, #05021a);
background-attachment: fixed;
overflow: hidden;
}
/* محتوای درباره ما */
.about-section {
max-width: 1100px;
margin: 60px auto;
background: rgba(255, 255, 255, 0.16);
backdrop-filter: blur(12px);
/* بلور شیشهای */
-webkit-backdrop-filter: blur(12px);
/* پشتیبانی برای سافاری */
border-radius: 20px;
/*خمیده کردن */
border: 1px solid rgba(255, 255, 255, 0.3);
/* خط دور روشن */
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
/* سایه ملایم */
padding: 40px;
line-height: 50px;
display: flex;
justify-self: center;
justify-content: center;
justify-items: center;
}
.about-logo {
display: block;
margin: 0 auto 20px auto;
/* بالا و پایین فاصله، راست و چپ auto برای وسطچین */
height: 95px;
border-radius: 12px;
/* اگه لوگو گرد یا نیمهگرده زیباتر میشه */
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
/* سایه لطیف */
margin-top: 30px;
}
.about-container {
display: flex;
gap: 40px;
align-items: flex-start;
flex-wrap: wrap;
}
.about-image-wrapper {
flex: 1 1 300px;
}
.about-image {
width: 100%;
border-radius: 20px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
margin-top: 40px;
}
.about-caption {
margin-top: 16px;
font-size: 18px;
text-align: center;
font-weight: bold;
color: #007bff;
background: none;
border-right: 4px solid #007bff;
border-radius: 2px;
padding: 10px 0;
}
/* متن درباره ما */
.about-text {
flex: 2 1 400px;
color: aliceblue;
}
.about-text h1 {
font-size: 20px;
color: #007bff;
margin-bottom: 20px;
border-bottom: 4px solid red;
width: 160px;
}
.p_highlight {
display: inline;
background: linear-gradient(to top, rgba(227, 28, 10, 0.84) 75%, transparent 25%);
border-radius: 4px;
}
.about-text ul {
padding-right: 20px;
list-style: disc;
margin-top: 10px;
}
.about-text ul li::marker {
color: #ff0000ff;
font-weight: bold;
}
.contact-hint {
margin-top: 30px;
background: #eef6ffee;
padding: 15px;
border-right: 4px solid #007bff;
border-radius: 8px;
color: #05021a;
}
.contact-hint a {
color: #007bff;
text-decoration: none;
}
/* انیمیشن ظاهر شدن */
.fade-in {
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 1s ease-out forwards;
animation-delay: 0.2s;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}
/* ریسپانسیو برای موبایل */
@media screen and (max-width: 768px) {
.about-container {
flex-direction: column;
}
.about-section {
width: 100%;
max-width: 80%;
padding: 20px;
display: flex;
justify-self:center;
}
}
#first_text_in_search {
color: white;
}
</style>
<?php include('check_login_alert.php'); ?>
<script>
//شروع بخش loding
window.addEventListener("load", function () {
setTimeout(function () {
document.getElementById("loading").style.display = "none";
}, 2000); // تاخیر ۲ ثانیهای برای تست
});//پایان بخش loding
</script>
</head>
<body id="body">
<!-- بخش لودینگ -->
<div id="loading">
<div class="loading-text">
در حال بارگذاری<span class="dots"></span>
</div>
</div>
<div id="content">
<?php include('header/header.php'); ?>
<!-- محتوای صفحه -->
<main>
<section class="about-section fade-in">
<div class="about-container">
<div class="about-image-wrapper">
<img src="Images/logosci1Asset 4@4x.webp" alt="logo" class="about-logo">
<img src="images/amozeshgah.jpg" alt="amozeshgah" class="about-image">
<p class="about-caption">آموزش خود را به ما بسپارید تا به هدف برسید.</p>
</div>
<div class="about-text">
<h1>درباره آموزشگاه ما</h1>
<p>آموزشگاه فنی و حرفهای آزاد <strong style="color: #007bff;">صائمیفرد</strong> با هدف آموزش
مهارتهای
کاربردی در حوزه فناوری اطلاعات فعالیت خود را آغاز کرده است.
ما با تکیه بر اساتید مجرب و روشهای آموزشی روز دنیا، تلاش میکنیم تا هنرجویان را برای ورود
موفق
به
بازار کار آماده کنیم.
</p>
<h3>
<p class="p_highlight">نمونه مهارت هایی که به آن ها می پردازیم عبارتند از:</p>
</h3>
<ul>
<li>برنامهنویسی تحت وب و ویندوز (HTML, CSS, JavaScript, C#, SQL و ...)</li>
<li>آموزش هوش مصنوعی و کاربرد های آن از صفر تا صد</li>
<li>آموزش ICDL و مهارتهای عمومی کامپیوتر</li>
<li>طراحی گرافیک، لوگو و محتوای دیجیتال</li>
<li>یادگیری مباحث سخت افزاری کامپیوتر به صورت حرفه ای</li>
<li>آموزش مباحث حسابداری به صورت حرفه ای</li>
<li>آمادهسازی برای آزمونهای فنی و حرفهای و دریافت مدرک رسمی و بین المللی</li>
</ul>
<p>
ما باور داریم که آموزش با کیفیت، مسیر رسیدن به آیندهای روشنتر است.<br>
اگر به یادگیری مهارتهای دنیای دیجیتال علاقهمند هستید، همین حالا به جمع هنرجویان ما
بپیوندید!
</p>
<p class="contact-hint"> برای دریافت مشاوره رایگان و آشنایی با دورهها، به <a
href="contactus.php">صفحه
تماس با ما</a> مراجعه کنید.</p>
</div>
</div>
</section>
</main>
<?php include('footer/footer.php'); ?>
</div>
<script src="header/header.js"></script>
<!--tippy-->
<script src="https://unpkg.com/popper.js@1"></script>
<script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script>
<!--tippy-->
</body>
</html>