Skip to content

Commit

Permalink
Start Project
Browse files Browse the repository at this point in the history
  • Loading branch information
parsfront committed Jul 3, 2022
1 parent 93cf8d9 commit 4aef806
Show file tree
Hide file tree
Showing 49 changed files with 371 additions and 0 deletions.
Binary file added fonts/Shabnam.eot
Binary file not shown.
Binary file added fonts/Shabnam.ttf
Binary file not shown.
Binary file added fonts/Shabnam.woff
Binary file not shown.
Binary file added fonts/Shabnam.woff2
Binary file not shown.
Binary file added fonts/vazir.eot
Binary file not shown.
Binary file added fonts/vazir.ttf
Binary file not shown.
Binary file added fonts/vazir.woff
Binary file not shown.
Binary file added fonts/vazir.woff2
Binary file not shown.
Binary file added img/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Thumbs.db
Binary file not shown.
Binary file added img/about.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/contact-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/home-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions img/icons/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions img/icons/next.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions img/icons/prev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/service/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/service/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/service/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/service/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/service/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/service/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/service/Thumbs.db
Binary file not shown.
Binary file added img/works/large/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/large/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/large/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/large/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/large/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/large/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/large/Thumbs.db
Binary file not shown.
Binary file added img/works/thumb/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/thumb/2.jpg
Binary file added img/works/thumb/3.jpg
Binary file added img/works/thumb/4.jpg
Binary file added img/works/thumb/5.jpg
Binary file added img/works/thumb/6.jpg
Binary file added img/works/thumb/Thumbs.db
Binary file not shown.
57 changes: 57 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="fa" dir="rtl">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/all.min.css">
<link rel="stylesheet" href="./styles/materialize.min.css">
<link rel="stylesheet" href="./styles/style.css">
<title>قالب شخصی من</title>
</head>

<body>


<header>
<nav class="nav-wrapper transparent">
<div class="container">
<a href="#" class="brand-logo left">
<h5>OldCoder</h5>
</a>
<ul class="right">
<li><a href="#">خانه</a></li>
<li><a href="#">درباره ما</a></li>
<li><a href="#">خدمات</a></li>
<li><a href="#">نمونه کارها</a></li>
<li><a href="#">تماس با ما</a></li>
</ul>
</div>
</nav>
</header>

<section class="home">
<div class="overlay">
<div class="container">
<div class="home-content">
<h1>به وب سایت ما خوش آمدید</h1>
<p>استودیو عکاسی</p>
</div>
</div>
<a href="#" class="scroll-down">
<img src="./img/icons/arrow-down.svg" alt="">
</a>
</div>
</section>






<script src="./js/jquery-3.5.1.min.js"></script>
<script src="./js/materialize.min.js"></script>
<script src="./js/all.min.js"></script>
</body>

</html>
5 changes: 5 additions & 0 deletions js/all.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/jquery-3.5.1.min.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions js/materialize.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions styles/all.min.css

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions styles/materialize.min.css

Large diffs are not rendered by default.

129 changes: 129 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
@font-face {
font-family: "shabnam";
src: url("../fonts/shabnam.eot") format("eot");
src: url("../fonts/shabnam.ttf") format("truetype"), url("../fonts/shabnam.woff") format("woff");
}

* {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
box-shadow: none !important;
}

body {
font-family: "shabnam";
}

header {
width: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 2;
}

nav ul a {
font-size: 19px !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

nav ul a:hover {
background-color: rgba(0, 0, 0, 0);
color: #ff8f00;
}

nav .brand-logo {
position: relative !important;
}

.home {
background: url("../img/home-bg.jpg");
background-size: cover;
background-position: center;
height: 100vh;
position: relative;
}

.home .overlay {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: rgb(0, 0, 0);
opacity: 0.7;
}

.home .home-content {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: #fff;
}

.home .home-content h1 {
font-size: 50px;
font-weight: bold;
letter-spacing: 8px;
}

.home .home-content p {
font-size: 30px;
margin-top: 20px;
}

.home .scroll-down {
position: absolute;
bottom: 30px;
right: 50%;
transform: translateX(50%);
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
animation: scrollDown 2s ease infinite;
-webkit-animation: scrollDown 2s ease infinite;
}

@keyframes scrollDown {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}

40% {
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
}

60% {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
}
}

.home .scroll-down img {
width: 30px;
}

0 comments on commit 4aef806

Please sign in to comment.