Skip to content

Add php #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .gitattributes

This file was deleted.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

524 changes: 407 additions & 117 deletions .idea/workspace.xml

Large diffs are not rendered by default.

158 changes: 158 additions & 0 deletions blog/blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
<!DOCTYPE html>
<html>
<head>
<title>Programmer-blog</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="../css/bootstrap.css" rel="stylesheet" media="screen">
<link href="../css/main.css" rel="stylesheet" media="all">
<link href="../css/font-awesome.min.css">
<style>


</style>
</head>
<body>
<!--navigation goes here-->

<!--end navigation-->
<div class="container tpad">
<div class="row">
<div class="col-sm-8 blog">
<section>
<h1><a href="#" >شروع برنامه نویسی </a> </h1>
<hr>
<p><span class="glyphicon glyphicon-time"></span> posted on Oct 28,2014 at 11:00 Am </p>
<hr>
<img src="../img/c2.jpg" class="img-responsive ">
<hr>
<p>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. 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>
<a class="btn btn-primary" href="#">ادامه مطلب&raquo;</a>
<hr>
</section>
<section>
<h1><a href="#" >انتخاب زبان برنامه نویسی</a> </h1>
<hr>
<p><span class="glyphicon glyphicon-time"></span> posted on Oct 28,2014 at 11:00 Am </p>
<hr>
<img src="../img/c2.jpg" class="img-responsive ">
<hr>
<p>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. 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>
<a class="btn btn-primary" href="#">ادامه مطلب&raquo;</a>
<hr>
</section>
<section>
<h1><a href="#" >انتخاب محیط توسعه</a> </h1>
<hr>
<p><span class="glyphicon glyphicon-time"></span> posted on Oct 28,2014 at 11:00 Am </p>
<hr>
<img src="../img/c2.jpg" class="img-responsive ">
<hr>
<p>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. 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>
<a class="btn btn-primary" href="#">ادامه مطلب&raquo;</a>
<hr>
</section>
<section>
<h1><a href="#" >آیا کلاس های بیرون لازم است؟</a> </h1>
<hr>
<p><span class="glyphicon glyphicon-time"></span> posted on Oct 28,2014 at 11:00 Am </p>
<hr>
<img src="../img/c2.jpg" class="img-responsive ">
<hr>
<p>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. 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>
<a class="btn btn-primary" href="#">ادامه مطلب&raquo;</a>
<hr>
</section>
<ul class="pagination">
<li><a href="#">&laquo;</a> </li>
<li class="active"><a href="#">1</a> </li>
<li ><a href="#">2</a> </li>
<li ><a href="#">3</a> </li>
<li><a href="#">4</a> </li>
<li ><a href="#">5</a> </li>
<li ><a href="#">6</a> </li>
<li ><a href="#">&raquo;</a> </li>

</ul>
</div>
<div class="col-sm-4 sidebar">
<section>
<h3 >SEARCH</h3>
<div class="input-group input-group-lg tpad">
<span class="input-group-btn">
<button type="button" class="btn btn-primary glyphicon glyphicon-search"></button></span>
<input type="text" class="form-control input-lg" placeholder="Search">

</div>
</section>
<!--end of search-->
<section>
<h3 class="tpad">دسته بندی</h3>
<div class="list-group">
<a href="#" class="list-group-item active"><span class="badge">35</span>تمام مقالات </a>
<a href="#" class="list-group-item "><span class="badge">15</span>عمومی برنامه نویسی</a>
<a href="#" class="list-group-item "><span class="badge">5</span>طراحی وب </a>
<a href="#" class="list-group-item "><span class="badge">10</span>php</a>
<a href="#" class="list-group-item "><span class="badge">10</span>android</a>
</div>
<hr>
</section>
<!--list grop end-->
</div>
</div>
</div>
<div class="contactMe">
<div class="container">
<div class="row">

</div>
</div>
</div>
<!--contactMe end-->
<footer>
<div class="container">
<div class="row">

</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="../javascript/jquery-1.9.1.min.js"></script>
<script src="../javascript/main.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="../javascript/bootstrap.js"></script>
<script>
$(function () {
$('.carousel').carousel({
interval: 2000
});
})
</script>
</body>
</html></title>
</head>
<body>

</body>
</html>
42 changes: 0 additions & 42 deletions circularRotateCssAnimation.html

This file was deleted.

Loading