-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.html
124 lines (117 loc) · 5.38 KB
/
page.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Sangharsh Pathak</title>
<link href="./css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="./fonts/font.css" rel="stylesheet" type="text/css" />
<link href="./css/custom.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="./images/logo.ico" type="image/x-icon" />
<script src="./js/jquery-1.11.1.min.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/animate.js"></script>
</head>
<body>
<section class="pageInside">
<nav class="navbar navbar-default" role="navigation" id="top_menu"></nav>
<div class="PageTitlelBox text-center">
<h1 class="yellowTextColor">Page Title</h1>
</div>
</section>
<div class="container">
<div class="row marginTop10p">
<div class="col-sm-4">
<img
src="./images/demoImage.jpg"
class="imageRound img-responsive"
alt=""
/>
</div>
<div class="col-sm-8 text-justify">
<h2 class="redTextColor">Post Name</h2>
<P class="GrayTextColor"
>Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.</P
>
<P class="GrayTextColor"
>It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem
Ipsum.</P
>
</div>
</div>
<div class="row marginTop15p">
<div class="col-sm-4 flotReponsiveRight">
<img src="./images/dholPathak.png" class="img-responsive" alt="" />
</div>
<div class="col-sm-8 text-justify">
<h2 class="redTextColor">Dhol Pathk</h2>
<P class="GrayTextColor"
>Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.</P
>
<P class="GrayTextColor"
>It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem
Ipsum.</P
>
</div>
</div>
<div class="row marginTop10p">
<div class="col-sm-10 col-xs-offset-1 text-center">
<img src="./images/dholPathak.png" class="img-responsive" alt="" />
</div>
<div class="col-sm-10 col-xs-offset-1 text-center">
<h2 class="redTextColor">Post Name</h2>
<P class="GrayTextColor"
>Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.</P
>
<P class="GrayTextColor"
>It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem
Ipsum.</P
>
</div>
</div>
<div class="row marginTop10p">
<div class="col-sm-12 text-justify">
<h2 class="redTextColor">Post Name</h2>
<P class="GrayTextColor"
>Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.</P
>
<P class="GrayTextColor"
>It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem
Ipsum.</P
>
</div>
</div>
</div>
<footer id="bottom_menu"></footer>
<script src="./js/main.js"></script>
</body>
</html>