Skip to content

Commit fcbef31

Browse files
authored
-= Version 2.0 - New Look =-
2 parents 50875e5 + 1a1a1a2 commit fcbef31

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+756
-174
lines changed

.gitignore

Lines changed: 49 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,60 @@
1-
# ignore everything in the root except the "wp-content" directory.
2-
!wp-content/
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Runtime data
9+
pids
10+
*.pid
11+
*.seed
12+
*.pid.lock
13+
14+
# Directory for instrumented libs generated by jscoverage/JSCover
15+
lib-cov
16+
17+
# Coverage directory used by tools like istanbul
18+
coverage
19+
20+
# nyc test coverage
21+
.nyc_output
22+
23+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24+
.grunt
325

4-
# ignore everything in the "wp-content" directory, except:
5-
# "mu-plugins", "plugins", "themes" directory
6-
wp-content/*
7-
!wp-content/mu-plugins/
8-
!wp-content/plugins/
9-
!wp-content/themes/
26+
# Bower dependency directory (https://bower.io/)
27+
bower_components
1028

11-
# ignore these plugins
12-
wp-content/plugins/hello.php
29+
# node-waf configuration
30+
.lock-wscript
1331

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

17-
# ignore node dependency directories
35+
# Dependency directories
1836
node_modules/
1937

20-
# ignore log files and databases
21-
*.log
22-
*.sql
23-
*.sqlite
38+
# Optional npm cache directory
39+
.npm
40+
41+
# Optional eslint cache
42+
.eslintcache
43+
44+
# Optional REPL history
45+
.node_repl_history
46+
47+
# Output of 'npm pack'
48+
*.tgz
49+
50+
# Yarn Integrity file
51+
.yarn-integrity
52+
53+
# dotenv environment variables file
54+
.env
2455

2556
# others
26-
*.md
27-
LICENSE
2857
_site/
2958
.sass-cache/
3059
.jekyll-cache/
31-
.jekyll-metadata
60+
.jekyll-metadata

404.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,40 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="theme-color" content="#22b455">
77
<link rel="stylesheet" href="CSS/error.css">
8-
<link rel="icon" href="Files/err.ico">
8+
<link rel="icon" href="Files/warning.png">
99
<link rel="preconnect" href="https://fonts.gstatic.com">
1010
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&display=swap" rel="stylesheet">
1111
<title>There was an Error 404</title>
1212
</head>
1313
<body>
14-
<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>
15-
<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>
14+
<div id="error">
15+
<div class="error-container">
16+
<h2 class="error-title">Oops! Page Not Found.</h2>
17+
<h1 class="error-number">404</h1>
18+
<p class="error-text">There was an error. We cannot find page you are looking for</p>
19+
<a href="index.html" class="error-button">Go back</a>
20+
</div>
21+
</div>
22+
<noscript>
23+
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&display=swap" rel="stylesheet">
24+
<link rel="stylesheet" href="CSS/lightbox.min.css">
25+
<noscript>
26+
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&display=swap" rel="stylesheet">
27+
<link rel="stylesheet" href="CSS/lightbox.min.css">
28+
<div>
29+
<style type="text/css">
30+
#site-header,#site-main,#site-footer,#error,.loader-wrapper{display: none;}
31+
body{min-height: 100vh;text-align: center;background: linear-gradient(#22B45545,#1dd1a188), url(../Files/bg.webp) no-repeat; background-size: cover;}
32+
h1{color: #dc3545;margin: 10px;}
33+
.err{width: 100%;position: absolute;top: 50%;background: #92e5a1;padding: 15px 0;}
34+
</style>
35+
</div>
36+
<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>
37+
</noscript>
38+
</noscript>
1639
</body>
1740
</html>

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ behavior was inappropriate. A public apology may be requested.
8383
### 2. Warning
8484

8585
**Community Impact**: A violation through a single incident or series
86-
of actions.
86+
of actions, Code Disrespect.
8787

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

115115
## Attribution
116116

117-
If You Want to Fork, Give Credit to [ArsenTech](https://arsentech.github.io)
117+
If You Want to Fork, Give Credit to [ArsenTech](https://arsentech.github.io).
118+
119+
### **It's Important to Respect My Code :-)**

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,6 @@ members of the project's leadership.
8585

8686
### Attribution
8787

88-
If You Want to Fork, Give Credit to [ArsenTech](https://arsentech.github.io)
88+
If You Want to Fork, Give Credit to [ArsenTech](https://arsentech.github.io).
89+
90+
### **It's Important to Respect My Code :-)**

CSS/dark-mode.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.dark{color: #f1f1f1;}
2+
.dark .logo {background-image: url(/Files/arsentech-dark.svg);background-size: contain;}
3+
.dark .menu-toggler span {background-color: #fafafa;}
4+
.dark .navbar-menu a {color: #fafafa;}
5+
.dark .navbar-menu a:hover {color: #1dd1a1 !important;}
6+
.dark #icon{filter: invert(1);}
7+
.dark .sticky {background: #353b48;}
8+
.dark .sticky .logo {background-image: url(/Files/arsentech-dark.svg);}
9+
.dark .sticky .navbar-menu a {color: #f1f1f1;}
10+
.dark .sticky .menu-toggler span {background-color: #f1f1f1;}
11+
.dark .sticky .menu-toggler {color: #f1f1f1;}
12+
.dark section {background: #353b48;}
13+
.dark .section-title {color: #f1f1f1;}
14+
.dark .section-title::before {background: #f1f1f1;}
15+
.dark .section-title::after {background-color: #1dd1a1;border-color: #353b48;}
16+
.dark .about-text h3 {color: #aaa;}
17+
.dark .about-text h3 span:nth-child(1)::after, .dark .about-text h3 span:nth-child(2)::after {background: #aaa;}
18+
.dark .skill-bar {background: #888;}
19+
.dark .skill-bar::after {background-color: #1dd1a1;}
20+
.dark section.alt {background-color: #2f343f;}
21+
.dark section.alt .section-title::after {border-color: #2f343f;}
22+
.dark .service {border-color: #1dd1a1;color: #1dd1a1;}
23+
.dark .service .icon {color: #1dd1a1;}
24+
.dark .service:hover {background-color: #1dd1a1;color: #2f343f;}
25+
.dark .service:hover .icon {color: #2f343f;}
26+
.dark .contact-info .item {color: #2f343f;background-color: #f1f1f1;}
27+
.dark .contact-info .item:hover {background-color: #1dd1a1;}
28+
.dark .contact-form input, .dark .contact-form textarea {background-color: #f1f1f1;color: #2f343f;}
29+
.dark .contact-form input::placeholder, .dark .contact-form textarea::placeholder {color: #666}
30+
.dark .contact-form .btn {background-color: #2f343f;color: #1dd1a1;}
31+
.dark .contact-form .btn:hover {background: #1dd1a1;color: #2f343f;}
32+
@media screen and (max-width:980px){
33+
.dark .navbar-menu{background-color:#2f343f;}
34+
.dark .sticky .navbar-menu{background-color:#353b48;}
35+
.dark .sticky .menu-toggler.span{background-color:#f1f1f1;}
36+
}

CSS/error.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
* {margin: 0;padding: 0;box-sizing: border-box;text-decoration: none;}
22
body {font-family: Sora, Arial;}
33
::selection {color: #204829;background-color: #92e5a1;}
4-
#error {min-height: 100vh;background: linear-gradient(to left, #22b455, #1dd1a1);}
4+
#error {height: 100vh;background: linear-gradient(#20482945,#1dd1a188), url(../Files/bg.webp) no-repeat center;background-attachment: fixed;background-size: cover;}
55
.error-container {width: 100%;position: absolute;top: 50%;transform: translateY(-50%);text-align: center;color: #f5f5f5;}
66
.error-number {font-size: 160px;margin: 0;font-weight: 900;letter-spacing: 20px;color: #f1f1f1;}
7-
.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;}
8-
.errbtn:hover,.error-button:hover {background: #80ce87;color: #020204;}
7+
.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;}
8+
.errbtn:hover,.error-button:hover {background-color: #204829;color: #fafafa;}
99
.error-text {margin-bottom: 20px;}
1010
.errbtn {border: none;}
11-
@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;}}
11+
@media screen and (max-width:600px){
12+
*{text-align: center;}
13+
body{overflow-x:hidden;}
14+
.error-container{padding: 10px;}
15+
.error-title{font-size:25px;}
16+
.error-text{font-size:15px;}
17+
}
18+
@media screen and (max-width:400px){.error-number{font-size: 100px;}}

CSS/lightbox.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)