-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (45 loc) · 1.51 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
39
40
41
42
43
44
45
46
47
---
title: בית
layout: default
---
<div id="about">
<p class="message">
שמי עמית אברהמוב
<br>
אני תלמיד כיתה יב המתעניין בתחום ה Web Security.
<br>
החלטתי להקים את האתר הזה על מנת שאוכל לשתף את הידע שלי בתחום.
<span id="socialLinks">
<a href="https://hackerone.com/wh0ru">Hackerone</a>
|
<a href="https://twitter.com/avr4mit">Twitter</a>
</span>
</p>
</div>
{% for post in site.posts %}
<article class="post">
<header class="post-header">
<h2 class="post-title">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</h2>
<span class="post-meta">
{{ post.date | date: '%d/%m/%Y' }}
</span>
</header>
<section>
{{ post.excerpt }}
<a href="{{ site.baseurl }}{{ post.url }}">המשך...</a>
</section>
</article>
{% endfor %}
<div class="footer">
<span>ממליץ להעיף מבט:</span>
<div class="tags">
<a class="tag" href="https://rainbowdash.blog/">rainbowdash</a>
<a class="tag" href="https://narcissus.dev/he">narcissus</a>
<a class="tag" href="https://yoavst.com/">yoavst</a>
<a class="tag" href="https://unskid.me/">unskid.me</a>
<a class="tag" href="https://iamgweej.github.io/">iamgweej</a>
<a class="tag" href="https://www.digitalwhisper.co.il/">digitalwhisper</a>
</div>
</div>