-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
143 lines (121 loc) · 6.17 KB
/
about.html
File metadata and controls
143 lines (121 loc) · 6.17 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
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>درباره ما | BitZone</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fonts.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="icon" type="image/png" href="images/bitzone.png">
<style>
.login-card {
background: rgba(20, 15, 30, 0.7) !important;
backdrop-filter: blur(15px) saturate(160%);
-webkit-backdrop-filter: blur(15px) saturate(160%);
border: 1px solid rgba(188, 19, 254, 0.4) !important;
box-shadow: 0 0 40px rgba(188, 19, 254, 0.15) !important;
margin: 50px auto !important;
}
.heavy-title, h3 {
text-shadow: 0 0 10px rgba(188, 19, 254, 0.5);
}
.personal-info-box {
background: rgba(30, 10, 50, 0.6);
border-radius: 20px;
padding: 20px;
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 25px;
border: 2px solid rgba(188, 19, 254, 0.3);
box-shadow: inset 0 0 15px rgba(188, 19, 254, 0.1);
}
.info-item {
text-align: center;
}
.info-item b {
display: block;
font-size: 1.3rem;
color: #fff;
font-weight: 900;
}
.info-item span {
display: block;
font-size: 0.8rem;
color: #bc13fe;
margin-top: 5px;
}
.content-side p {
line-height: 1.9 !important;
margin-bottom: 20px;
color: #e0e0e0;
text-align: justify;
font-size: 1.1rem;
}
.profile-side img {
transition: 0.4s ease;
box-shadow: 0 0 20px rgba(188, 19, 254, 0.3);
}
.tech-icons i { transition: 0.3s; }
.tech-icons i:hover { color: #bc13fe; transform: scale(1.2); filter: drop-shadow(0 0 8px #bc13fe); }
@media (max-width: 768px) {
.about-container, .contact-container {
width: 95% !important;
flex-direction: column !important;
padding: 20px 10px !important;
}
.about-image, .contact-info {
width: 100% !important;
margin-bottom: 20px;
}
}
</style>
</head>
<body class="matrix-bg">
<div class="container" style="display: flex; justify-content: center; align-items: center; min-height: 100vh;">
<div class="main-card login-card" style="max-width: 950px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; padding: 50px; border-radius: 30px;">
<div class="profile-side" style="text-align: center; border-left: 1px solid rgba(188, 19, 254, 0.2); padding-left: 30px;">
<img src="images/bitzonee.png" alt="لوگوی بیت زون" title="BitZone Elite" style="width: 190px; border-radius: 25px; border: 3px solid rgba(188, 19, 254, 0.5); margin-bottom: 25px;">
<h2 style="font-size: 2.6rem !important; margin-bottom: 5px; color: #fff;">Farnaz Tarabi</h2>
<p style="color: #bc13fe; font-weight: 900; font-size: 1.1rem; letter-spacing: 1px;">Architect & Founder</p>
<div class="personal-info-box">
<div class="info-item">
<b>17 </b>
<span>سن</span>
</div>
<div class="info-item">
<b>کامپیوتر</b>
<span>رشته تحصیلی</span>
</div>
<div class="info-item">
<b>#C</b>
<span>مهارت برتر</span>
</div>
</div>
</div>
<div class="content-side">
<h3 class="heavy-title" style="font-size: 2.2rem !important; text-align: right; color: #bc13fe; font-weight: 900;">من کی هستم؟</h3>
<p>
من فرناز، هنرجوی رشته کامپیوتر و خالق پلتفرم <b style="color:#fff">BitZone</b> هستم. علاقه من به دنیای کدنویسی و طراحی از جایی شروع شد که متوجه شدم مرزی بین هنر و تکنولوژی وجود ندارد. بیتزون برای من فراتر از یک پروژه، تلاشی برای نمایش قدرت طراحی مدرن است.
</p>
<p>
در این وبسایت، من با استفاده از تکنولوژیهای روز تلاش کردهام محیطی را خلق کنم که نهتنها از نظر بصری جذاب باشد، بلکه مسیر یادگیری
<b style="color:#fff">فرانتاند</b>، <b style="color:#fff">بکاند</b> و <b style="color:#fff">هوش مصنوعی</b>
را برای دیگران سادهتر و الهامبخشتر کند. </p>
<h3 style="color: #bc13fe; font-size: 1.5rem; margin-top: 30px;">تکنولوژیهای پروژه</h3>
<div class="tech-icons" style="font-size: 2.5rem; color: #fff; display: flex; gap: 25px; margin-bottom: 35px; margin-top: 15px;">
<i class="fab fa-html5" title="HTML5"></i>
<i class="fab fa-css3-alt" title="CSS3"></i>
<i class="fab fa-js" title="JavaScript"></i>
</div>
<div style="margin-top: 20px;">
<a href="index.html" class="submit-btn" style="text-decoration: none; display: inline-flex; align-items: center; gap: 10px; padding: 15px 35px; width: auto; font-weight: 900;">
بازگشت به خانه <i class="fas fa-arrow-left"></i>
</a>
</div>
</div>
</div>
</div>
</body>
</html>