-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (128 loc) · 2.66 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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Enhance Ur Existing Skill</title>
<meta name="viewport" content="width=device-width ,initial scale="1">
<link rel="stylesheet" href="E:\project\jquery.blueberry\blueberry.css" />
<style type="text/css">
}
a:hover{
color:#fff;
text-decoration:underline;
}
nav{
float: right;
padding: 35px 20px 20px 0
}
}
#logo{
margin: 20px
float:left;
width: 200px;
height: 100px;
}
#menu-icon{
display: hidden;
width: 40px;
height: 40px;
}
nav ul li{
display: inline-block;
float: left;
padding: 10px;
align-content: 10px ;
}
.computer{
float: left;
width: 900px;
height: 500px;
background-color: red;
height: 600px;
}
.articles{
float:right;
width: 400px;
height: 500px;
background-color: red;
height: 600px;
}
section{
display: inline-block;
width: 420px;
height:150px;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="e:\project\jquery.blueberry\jquery.blueberry.js"></script>
<script>
$(window).load(function() {
$('.blueberry').blueberry();
});
</script>
</head>
<body>
<HEADER>
<div class="na">
<a href="#"><img src="e:\project\l2.png" style="width:200px ; height:100px"; ></a>
<nav>
<a href="#" id="menu-icon"></a>
<ul >
<li ><a href="#" class="current">Home</a></li>
<li "><a href="#" >Web Projects</a></li>
<li ><a href="#" >Standalone Projects</a></li>
<li ><a href="#" >Android Projects </a></li>
<li ><a href="#" >About us</a></li>
<li ><a href="#" >Contact us</a></li>
</ul>
</nav>
</HEADER>
<div id="doc">
<div id="content">
<div class="blueberry">
<ul class="slides">
<li><img src="e:\project\1.jpg" /></li>
<li><img src="e:\project\2.jpg" /></li>
<li><img src="e:\project\4.jpg" /></li>
<li><img src="e:\project\3.jpg" /></li>
</ul>
</div>
</div>
</div>
</div>
</HEADER>
<div class="articles">
Oarticles
</div>
<div class="computer">
<div><h1>Some Software Projects</h1></div>
<div>
<p>Computer Department Mangement Sytem</p>
<p>Intelligent question paper</p>
<p>Keylogger on android</p>
<p>..and many more</p>
</div>
</div>
</div>
</body>
</body>
<SECTION>
<img src="">
<p> Some text</p>
<p>buttone read more</p>
</SECTION>
<SECTION>
<img src="">
<p> Some text</p>
<p>buttone read more</p>
</SECTION>
<SECTION>
<img src="">
<p> Some text</p>
<p>buttone read more</p>
</SECTION>
</body>
<footer>
<h5>©Copyright 2016.All rights Reserved</h5></footer>
</footer>
</html>