-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd.html
45 lines (39 loc) · 2.59 KB
/
d.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
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
<title>Writing</title>
</head>
<body>
<header>
<a href="index.html" class="logo">MAHA</a>
<nav class="navigation">
<a href="index.html #Cont">Content</a>
<a href="index.html #Project">Project</a>
<a href="index.html #Contact">Contact</a>
</nav>
</header>
<section class="main wr sa">
<p>
<span> سَلبية</span><br><br>
حلّ الظلام عليَّ، انطفأت روحي، ازددت انطواءً هدوءاً وبؤساً، تفشّت بداخلي السلبية، بتُّ ك شاشةِ تلفازٍ قديمةٍ بكوخٍ مهجورٍ لا تعرض إلا سواداً، سوادٌ يمتزج ببياض ما تبقَّى منِّي وإن كان باهتاً صعبَ التمييز ، إجتاحتني الأنانيه ، إبتلعتني الغيرة حتى أنّي اغار عليَّ منّي، إمتلئت بإكتئاباتٍ لا سبب لها، وكأنَّ بعض الشرِّ تسللَ لِقلبي لا بل الكثيرَ الكثير، كلُّ ما أشعرُ بهِ الآن كرهٌ تجرَّعته للبشرِ جميعاً، أصبحتُ أحملُ بِداخليَ جميعَ الفصولِ، ضبابُ الشتاءِ وظلمتهِ، عواصف الصيف الرمليةِ وحرِّهِ، مطرُ الخريفِ وكئابتهِ، فقط الربيعَ إستعاذَ منهُ قلبي، لَم يَسَعهُ الإبقاءَ عليهِ داخلهُ، تخلّى عنهُ كما تخليتُ عَن كوني أنا! <br><br>
٢٤/٨/٢٠١٨<br>
١:٤٨ صباحاً<br>
تمَّت<br>
</p>
</section>
<footer class="footer">
<p class="foot-title">Copyrights @ <span>MahaAli</span></p>
<div class="social-icon">
<a href="https://www.linkedin.com/in/maha-al-zboon-589373240/"><i class="fa-brands fa-linkedin"></i></i></a>
<a href="https://twitter.com/MahaAli028"><i class="fa-brands fa-twitter"></i></a>
<a href="https://github.com/Maha028"><i class="fa-brands fa-github"></i></a>
<a href="https://discord.gg/faRrKZTX"><i class="fa-brands fa-discord"></i></a>
</div>
</footer>
</body>
</html>