Skip to content

Commit

Permalink
chore: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BimleshRB committed Apr 4, 2024
1 parent 5238b20 commit 11fd9ab
Show file tree
Hide file tree
Showing 13 changed files with 432 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
51 changes: 49 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,49 @@
# template
A Template Repository for OpenSpringFest (OSF)
# Welcome to Portfolio
## Project tour


| .gitignore
| CODE_OF_CONDUCT.md
| commitlint.config.js
| package-lock.json
| package.json
| README.md
|
+---.github
| | pull_request_template.md
| |
| +---Contributor_Guide
| | commiting.md
| | Contributing.md
| | Project_Tour.md
| |
| +---ISSUE_TEMPLATE
| | bug_report.yaml
| | feature_request.yaml
| |
| +---PULL_REQUEST_TEMPLATE
| | pr.md
| |
| \---workflows
| checklabels.yaml
| commitlint.yaml
| label-checker.js
| prmerged.yaml
|
+---.husky
| commit-msg
| pre-commit
|
\---main
| cynthia.png
| hudu.png
| img.png
| index.html
| ixperience.png
| locomotive.css
| plug.png
| script.js
| style.css
|
\---.vscode
settings.json
3 changes: 3 additions & 0 deletions main/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added main/cynthia.png
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 main/hudu.png
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 main/img.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 main/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions main/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="locomotive.css">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="main">
<div id="hero">
<div id="nav">
<a href="#">Mordern Site</a>
<h4>Menu+</h4>
</div>
<div id="heading">
<h1>Product</h1>
<div id="blocktext">
<h1 id="secondh1">Designer</h1>
<h5>Based in bihar</h5>
</div>
</div>
<div id="smallheading">
<h5>Available for freelancing</h5>
<h5>Work from may '23</h5>
</div>
<div id="herofooter">
<a href="#">
Previously worked at yml <i class="ri-arrow-right-up-line"></i
></a>
<a href="#">protopie ambassador </a>
<div id="iconset">
<div class="circle"><i class="ri-arrow-down-line"></i></div>
<div class="circle"><i class="ri-arrow-down-line"></i></div>
</div>
</div>
</div>
<div id="second">
<div class="elem">
<img src="/plug.png" alt="" />
<h1>the plug</h1>
<h5>2022</h5>
</div>
<div class="elem">
<img src="/ixperience.png" alt="" />
<h1>ixperience</h1>
<h5>2022</h5>
</div>
<div class="elem elemlast">
<img src="/hudu.png" alt="" />
<h1>hudu</h1>
<h5>2022</h5>
</div>
</div>
<div id="about">
<div id="imageabout">
<img src="./cynthia.png" alt="" />
</div>
<div id="textabout">
<h4>(About me)</h4>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quibusdam
saepe alias quo tempora doloribus! Omnis quidem cumque corporis,
deserunt provident vitae numquam! Id at eum illo atque magnam harum
sequi tenetur, aperiam repellendus itaque a dignissimos assumenda
nulla. Nam impedit enim minus porro quae numquam? Iusto cupiditate
minima suscipit rem.
</p>
<a href="#">Let's talk</a>
</div>
</div>
<div id="subscribe">
<h5>{Forget to mention}</h5>
<h3>Subscribe to my channel <i class="ri-arrow-down-line"></i></h3>

</div>
<div id="footer">
<div id="footerleft">
<h5>2023 &copy;</h5>
<h5>0.05 AM EST</h5>
</div>
<div id="footerright">
<a href="#">dribbble</a>
<a href="#">instagram</a>
<a href="#">linkedin</a>
<a href="#">twitter</a>
</div>
</div>
</div>


<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.js"></script>
<script src="script.js"></script>
</body>
</html>
Binary file added main/ixperience.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions main/locomotive.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
html.has-scroll-smooth {
overflow: hidden; }

html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }

.has-scroll-smooth body {
overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
height: 100vh;
display: inline-block;
white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
display: inline-block;
vertical-align: top;
white-space: nowrap;
height: 100%; }

.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100%;
transform-origin: center right;
transition: transform 0.3s, opacity 0.3s;
opacity: 0; }
.c-scrollbar:hover {
transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar {
width: 100%;
height: 10px;
top: auto;
bottom: 0;
transform: scaleY(1); }
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
transform: scaleY(1.3); }

.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
right: auto;
bottom: 0; }
Binary file added main/plug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions main/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const scroll = new LocomotiveScroll({
el: document.querySelector('#main'),
smooth: true
})
Loading

0 comments on commit 11fd9ab

Please sign in to comment.