Skip to content

Version 2.0: New Look (Coming Soon) #6

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

Merged
merged 40 commits into from
Mar 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
14054f6
Version 2.0: New Look Coming Soon
ArsenTech Feb 2, 2023
4842635
Changed Background, Maxified HTML Code, Made Color Contrast Ratio Better
ArsenTech Feb 2, 2023
d93c6f9
Changes in Script Tag
ArsenTech Feb 2, 2023
04d9559
Fixed Spelling Errors and Some Little Changes
ArsenTech Feb 2, 2023
39f0562
Changed Loader-Animation
ArsenTech Feb 2, 2023
0234e72
Adding Dark Mode (In Progress)
ArsenTech Feb 2, 2023
43fad5e
Logos are Now SVG Format
ArsenTech Feb 2, 2023
471405c
Added Placeholder Color on Inputs
ArsenTech Feb 2, 2023
4e34ec5
Added Dark Mode Style
ArsenTech Feb 2, 2023
0736886
Added Dark Mode Toggler
ArsenTech Feb 2, 2023
3c45185
Completed Dark Mode Feature
ArsenTech Feb 2, 2023
df4494e
New Look, New 404 Page, New Noscript Page
ArsenTech Feb 2, 2023
69372d9
Background is Compressed
ArsenTech Feb 2, 2023
d1c6150
Minified JS
ArsenTech Feb 2, 2023
bcd6deb
Fixed Bug in Navbar
ArsenTech Feb 3, 2023
ad3b0d6
Updated Lightbox
ArsenTech Feb 7, 2023
2fa0b65
Fixed Small Thing
ArsenTech Feb 7, 2023
d47b046
Removed Some Icons of Previous Lightbox
ArsenTech Feb 7, 2023
0dddd4a
Fixed some Accessibility Bugs
ArsenTech Feb 7, 2023
1bac505
Removed .vscode folder
ArsenTech Feb 7, 2023
79d5f62
Changed Inner Width Padding On Mobile
ArsenTech Feb 7, 2023
268564f
Changed Favicon, App Icon and Added Manifest.json
ArsenTech Feb 10, 2023
80c43f4
Manifest and Dark Mode Changes
ArsenTech Feb 10, 2023
39264bd
Changes in Gitignore
ArsenTech Feb 10, 2023
5917124
Updated Logo and Badges
ArsenTech Feb 10, 2023
9e9fe80
Changed Logo and Pingdom Badge
ArsenTech Feb 10, 2023
600ac59
Changed Website Speed Section
ArsenTech Feb 10, 2023
3299173
Changed background from jpg to webp and minified some javascript files
ArsenTech Feb 11, 2023
f358e3f
Updated Noscript Design
ArsenTech Feb 11, 2023
1cd7376
Start of The New Readme Update
ArsenTech Feb 11, 2023
6e0c53f
Completely Finished Readme Redesign
ArsenTech Feb 11, 2023
0b2933a
Added Header Links working and Table of Contents
ArsenTech Feb 11, 2023
9d0c210
Changes in Markdown and SVG Files
ArsenTech Feb 13, 2023
0f78e62
Minified HTML, CSS and JS File
ArsenTech Feb 13, 2023
8fbe492
Fixed Accessibility Bugs and Minified script.js
ArsenTech Feb 14, 2023
3e428ef
Fixed Performance Issue
ArsenTech Feb 14, 2023
7f8af8d
Added Lazy Load to All Images
ArsenTech Feb 15, 2023
84110d6
Fixed More Performance Issues
ArsenTech Feb 15, 2023
8494473
Changed Caret Color of Textboxes
ArsenTech Mar 1, 2023
1a1a1a2
Changes in Readme
ArsenTech Mar 1, 2023
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
69 changes: 49 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,60 @@
# ignore everything in the root except the "wp-content" directory.
!wp-content/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# ignore everything in the "wp-content" directory, except:
# "mu-plugins", "plugins", "themes" directory
wp-content/*
!wp-content/mu-plugins/
!wp-content/plugins/
!wp-content/themes/
# Bower dependency directory (https://bower.io/)
bower_components

# ignore these plugins
wp-content/plugins/hello.php
# node-waf configuration
.lock-wscript

# ignore specific themes
wp-content/themes/twenty*/
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# ignore node dependency directories
# Dependency directories
node_modules/

# ignore log files and databases
*.log
*.sql
*.sqlite
# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# others
*.md
LICENSE
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
.jekyll-metadata
31 changes: 27 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,40 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#22b455">
<link rel="stylesheet" href="CSS/error.css">
<link rel="icon" href="Files/err.ico">
<link rel="icon" href="Files/warning.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&display=swap" rel="stylesheet">
<title>There was an Error 404</title>
</head>
<body>
<div id="error"><div class="error-container"><h2 class="error-title">Oops! Page Not Found.</h2><h1 class="error-number">404</h1><p class="error-text">There was an error. We cannot find page you are looking for</p><a href="index.html" class="error-button">Go back</a></div></div>
<noscript><style type="text/css">#site-header, #site-main, #site-footer, #error {display:none;}body{min-height: 100vh; text-align: center; background: linear-gradient(#22b455, #1dd1a1); background-repeat: no-repeat}h1{color: #d9534f; margin: 10px;}.err{width: 100%; position: absolute; top: 50%;}</style><div class="err"><h1>There was an error</h1><p>Sorry, but your browser doesn't support Javascript, Please enable JavaScript in your browser for best experience for website.</p></div></noscript>
<div id="error">
<div class="error-container">
<h2 class="error-title">Oops! Page Not Found.</h2>
<h1 class="error-number">404</h1>
<p class="error-text">There was an error. We cannot find page you are looking for</p>
<a href="index.html" class="error-button">Go back</a>
</div>
</div>
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/lightbox.min.css">
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/lightbox.min.css">
<div>
<style type="text/css">
#site-header,#site-main,#site-footer,#error,.loader-wrapper{display: none;}
body{min-height: 100vh;text-align: center;background: linear-gradient(#22B45545,#1dd1a188), url(../Files/bg.webp) no-repeat; background-size: cover;}
h1{color: #dc3545;margin: 10px;}
.err{width: 100%;position: absolute;top: 50%;background: #92e5a1;padding: 15px 0;}
</style>
</div>
<div class="err"><h1>There was an error</h1><p>Sorry, but your browser doesn't support Javascript.<br> Please enable JavaScript in your browser for best experience for website.</p></div>
</noscript>
</noscript>
</body>
</html>
6 changes: 4 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ behavior was inappropriate. A public apology may be requested.
### 2. Warning

**Community Impact**: A violation through a single incident or series
of actions.
of actions, Code Disrespect.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
Expand Down Expand Up @@ -114,4 +114,6 @@ the community.

## Attribution

If You Want to Fork, Give Credit to [ArsenTech](https://arsentech.github.io)
If You Want to Fork, Give Credit to [ArsenTech](https://arsentech.github.io).

### **It's Important to Respect My Code :-)**
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ members of the project's leadership.

### Attribution

If You Want to Fork, Give Credit to [ArsenTech](https://arsentech.github.io)
If You Want to Fork, Give Credit to [ArsenTech](https://arsentech.github.io).

### **It's Important to Respect My Code :-)**
36 changes: 36 additions & 0 deletions CSS/dark-mode.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.dark{color: #f1f1f1;}
.dark .logo {background-image: url(/Files/arsentech-dark.svg);background-size: contain;}
.dark .menu-toggler span {background-color: #fafafa;}
.dark .navbar-menu a {color: #fafafa;}
.dark .navbar-menu a:hover {color: #1dd1a1 !important;}
.dark #icon{filter: invert(1);}
.dark .sticky {background: #353b48;}
.dark .sticky .logo {background-image: url(/Files/arsentech-dark.svg);}
.dark .sticky .navbar-menu a {color: #f1f1f1;}
.dark .sticky .menu-toggler span {background-color: #f1f1f1;}
.dark .sticky .menu-toggler {color: #f1f1f1;}
.dark section {background: #353b48;}
.dark .section-title {color: #f1f1f1;}
.dark .section-title::before {background: #f1f1f1;}
.dark .section-title::after {background-color: #1dd1a1;border-color: #353b48;}
.dark .about-text h3 {color: #aaa;}
.dark .about-text h3 span:nth-child(1)::after, .dark .about-text h3 span:nth-child(2)::after {background: #aaa;}
.dark .skill-bar {background: #888;}
.dark .skill-bar::after {background-color: #1dd1a1;}
.dark section.alt {background-color: #2f343f;}
.dark section.alt .section-title::after {border-color: #2f343f;}
.dark .service {border-color: #1dd1a1;color: #1dd1a1;}
.dark .service .icon {color: #1dd1a1;}
.dark .service:hover {background-color: #1dd1a1;color: #2f343f;}
.dark .service:hover .icon {color: #2f343f;}
.dark .contact-info .item {color: #2f343f;background-color: #f1f1f1;}
.dark .contact-info .item:hover {background-color: #1dd1a1;}
.dark .contact-form input, .dark .contact-form textarea {background-color: #f1f1f1;color: #2f343f;}
.dark .contact-form input::placeholder, .dark .contact-form textarea::placeholder {color: #666}
.dark .contact-form .btn {background-color: #2f343f;color: #1dd1a1;}
.dark .contact-form .btn:hover {background: #1dd1a1;color: #2f343f;}
@media screen and (max-width:980px){
.dark .navbar-menu{background-color:#2f343f;}
.dark .sticky .navbar-menu{background-color:#353b48;}
.dark .sticky .menu-toggler.span{background-color:#f1f1f1;}
}
15 changes: 11 additions & 4 deletions CSS/error.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
* {margin: 0;padding: 0;box-sizing: border-box;text-decoration: none;}
body {font-family: Sora, Arial;}
::selection {color: #204829;background-color: #92e5a1;}
#error {min-height: 100vh;background: linear-gradient(to left, #22b455, #1dd1a1);}
#error {height: 100vh;background: linear-gradient(#20482945,#1dd1a188), url(../Files/bg.webp) no-repeat center;background-attachment: fixed;background-size: cover;}
.error-container {width: 100%;position: absolute;top: 50%;transform: translateY(-50%);text-align: center;color: #f5f5f5;}
.error-number {font-size: 160px;margin: 0;font-weight: 900;letter-spacing: 20px;color: #f1f1f1;}
.errbtn,.error-button {text-decoration: none;background: #2b6638;color: #f5f5f5;padding: 12px 24px;border-radius: 25px;font-size: 14px;text-transform: uppercase;transition: .3s linear;}
.errbtn:hover,.error-button:hover {background: #80ce87;color: #020204;}
.errbtn,.error-button {display: inline-block;margin: 15px 30px;color: #204829;font-size: 15px;font-weight: 500;width: 180px;border: 1px solid #204829;padding: 15px 0;border-radius: 6px;transition: .3s ease-in-out;}
.errbtn:hover,.error-button:hover {background-color: #204829;color: #fafafa;}
.error-text {margin-bottom: 20px;}
.errbtn {border: none;}
@media screen and (max-width:600px){body{overflow-x:hidden;}#error{width:103%;height:98vh;}.error-title{font-size:25px;}.error-text{font-size:15px;}}
@media screen and (max-width:600px){
*{text-align: center;}
body{overflow-x:hidden;}
.error-container{padding: 10px;}
.error-title{font-size:25px;}
.error-text{font-size:15px;}
}
@media screen and (max-width:400px){.error-number{font-size: 100px;}}
1 change: 0 additions & 1 deletion CSS/lightbox.min.css

This file was deleted.

Loading