Skip to content
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

hiii #253

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

hiii #253

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
10 changes: 10 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ExpandedNodes": [
"",
"\\.github",
"\\examples",
"\\src",
"\\src\\scripts"
],
"PreviewInSolutionExplorer": false
}
1,023 changes: 1,023 additions & 0 deletions .vs/simplefolio/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/simplefolio/v16/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
10 changes: 10 additions & 0 deletions .vs/tasks.vs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "0.2.1",
"tasks": [
{
"taskLabel": "task-index",
"appliesTo": "src/index.cshtml",
"type": "launch"
}
]
}
2,309 changes: 1,397 additions & 912 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/cobiwave/simplefolio#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.8.2",
"parcel": "^2.8.2",
"@parcel/transformer-sass": "^2.8.3",
"parcel": "^2.8.3",
"prettier": "^2.8.1"
},
"dependencies": {
Expand Down
Binary file modified src/assets/profile.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 src/assets/profile1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Hello!
-
Simplefolio is a clean and responsive portfolio template for Developers!
Hello

Simplefolio is a clean and responsive portfolio template for Developers
Created by Jacobo Martinez.
-
Github Repo: https://github.com/cobiwave/simplefolio/
Expand Down Expand Up @@ -46,9 +46,9 @@
<section id="hero" class="jumbotron">
<div class="container">
<h1 class="hero-title load-hidden">
Hi, my name is <span class="text-color-main">Your Name</span>
Hi, my name is <span class="text-color-main">Prathamesh Kedare</span>
<br />
I'm the Unknown Developer.
I'm the Software Developer.
</h1>
<p class="hero-cta load-hidden">
<a rel="noreferrer" class="cta-btn cta-btn--hero" href="#about"
Expand Down