-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
51 lines (51 loc) · 1.83 KB
/
footer.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
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<footer>
<h2>קצת עלינו</h2>
<ul>
<li>
<figure>
<a href="http://www.Netcraft.co.il"><img src="flogo1.svg" alt="Netcraft"></a>
</figure>
</li>
<li>
<figure>
<h4>נטקראפט</h4>
<p>Netcraft מאפיינת, מעצבת ומפתחת פתרונות אינטרנט<br>
המאפשרים ללקוחותיה ליצור הצלחה עסקית ויתרון תחורותי<br>
בשוק בו הם פועלים. המתכון הסודי שלנו מורכב מאנשים<br>
מצויינים, נסיון עשיר, מתודולוגיה מנצחת והרבה חיוכים.</p>
</figure>
</li>
<li>
<figure>
<a href="http://www.Netcraft.co.il"><img src="flogo2.svg" alt="Digital designers event"></a>
<figcaption>אירוע למעצבי דיגיטל</figcaption>
</figure>
</li>
<li>
<figure>
<a href="http://www.Netcraft.co.il"><img src="flogo3.svg" alt="user experience school"></a>
<figcaption>בית הספר לחווית משתמש</figcaption>
</figure>
</li>
<li>
<figure>
<a href="http://www.Netcraft.co.il"><img src="flogo4.svg" alt="UX on beer"></a>
<figcaption>חווית משתמש על בירה</figcaption>
</figure>
</li>
<li>
<figure>
<a href="http://www.Netcraft.co.il"><img src="flogo5.svg" alt="Netcraft Blog"></a>
<figcaption> הבלוג שלנו</figcaption>
</figure>
</li>
</footer>
</body>
</html>