-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunder-constraction.htm
More file actions
116 lines (108 loc) · 5.67 KB
/
Copy pathunder-constraction.htm
File metadata and controls
116 lines (108 loc) · 5.67 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
<!doctype html>
<html lang="he">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" type="image/png" href="images/Favicon.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>האו TO | דף לא בפיתוח</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<!-- CSS -->
<!--Bootstrap 3 css file-->
<link href="Bootstrap/css/bootstrap.css" rel="stylesheet" />
<!--Bootstrap non-responsive css file (just add class "non-responsive" to the body tag)-->
<link href="Bootstrap/css/bootstrap-non-responsive.css" rel="stylesheet" />
<!--Bootstrap fixes for hebrew (add class='rtl' to the body tag)-->
<link href="Bootstrap/css/bootstrap-rtl.css" rel="stylesheet" />
<!--Bootstrap them - for changing the shape and colors of bootstrap objects like buttons-->
<!--<link href="Bootstrap/css/bootstrap-theme.css" rel="stylesheet" />-->
<!--The only file you should right your css-->
<link href="Styles/myStyle.css" rel="stylesheet" />
<link href="Styles/fixedsticky.css" rel="stylesheet" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- Scripts -->
<!--jQuery library-->
<script src="jScripts/jquery-1.10.2.min.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<!--Bootstrap library-->
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="jScripts/myScript.js"></script>
<script src="jScripts/fixedsticky.js"></script>
<!--alt Font-->
<link href='http://serve.fontsproject.com/css?family=Simple+CLM:400' rel='stylesheet' type='text/css'>
</head>
<body class="rtl">
<div id="container" class="container-fluid">
<div class="row main_nav">
<div id="logo" class="container"><a href="HomePage.htm" tabindex="1"><img src="Images/Home_Sprite.png" alt="האו To - מידע מקיף על אימוץ גורי נחייה" /></a></div>
<nav id="nav" class="container navbar-default">
<ul class="nav nav-pills text-center">
<li class="jumpTocontent"><button tabindex="1">דלג לתוכן הדף</button></li>
<li id="menu2">
<a href="2_מאיפה_מתחילים.htm">מאיפה מתחילים</a>
<ul id="sub2" class="sub">
<li><a href="2.1_הכר_את_התהליך.htm">הכירו את התהליך</a></li>
<li><a href="2.2_הכנות_מקדימות.htm">הכנות מקדימות</a></li>
</ul>
</li>
<li><a href="3_גידול_הכלב.htm">גידול הכלב</a></li>
<li id="menu4">
<a href="4_המסירה.htm">המסירה</a>
<ul id="sub4" class="sub">
<li><a href="4.1_חיזוק.htm#stry1">חיזוק</a></li>
<li><a href="under-constraction.htm">תמיכה</a></li>
<li><a href="under-constraction.htm">הכנה</a></li>
</ul>
</li>
<li><a href="5_סיפורי _אימוץ.htm#stry1">סיפורי אימוץ</a></li>
<li><a href="under-constraction.htm">טפסים</a></li>
<li><a href="under-constraction.htm">דרכי תקשורת שימושיות</a></li>
</ul>
</nav>
</div>
<div id="main_content" class="row">
<div class="container"><div id="edgesFeature"></div></div>
<div id="contentWrapper" class="container">
<ul class="breadcrumb">
<li><input type="button" value="בחזרה לעמוד הקודם" onclick="history.back(-1)" /></li>
</ul>
<div class="row">
<section class="text-center">
<h1>זה לא אתם, זה אנחנו!</h1>
</section>
<br /> <br />
<p class="text-center">
לצערנו, העמוד שחיפשתם לא פותח במסגרת האתר <br />
אתם מוזמנים לחזור אחורה לדף הקודם, להמשיך לגלוש בעזרת תפריט הניווט או לחזור <a href="HomePage.htm">לדף הבית</a>.<br /><br />
קבל את התנצלותנו ותמונה של כלב חמוד!
</p>
<br />
<br />
</div>
<div class="row">
<div class="col-xs-7 col-xs-offset-4">
<img src="Images/dog2.png" width="230" />
</div>
</div>
<br />
</div>
<footer id="footer" class="container">
<div class="row">
<div class="col-xs-3">
<ul>
<li><a href="8_אודות.htm">אודות</a></li>
<li><a href="9_קשר.htm">צור קשר</a></li>
<li><a href="10_מפה.htm">מפת האתר</a></li>
</ul>
</div>
<div class="col-xs-3 pull-left text-left">
<p>האו To</p>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>