-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Carl Parker
committed
Dec 31, 2024
1 parent
88864ad
commit 2200c71
Showing
50 changed files
with
2,361 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.git/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# cpar-website-wp | ||
a boilerplate for building custom websites w/ WordPress | ||
# CPAR WEBSITE | ||
|
||
a boilerplate Hybrid Theme for building custom websites w/ WordPress | ||
|
||
|
||
## Changelogs | ||
|
||
**== v1.0 ==** [December 30th, 2024] | ||
|
||
- initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* GLOBAL ADMIN STYLES | ||
*/ | ||
|
||
.cpar-notice { | ||
background-color: #000; | ||
color: #fff; | ||
font-weight: 500; | ||
border-radius: 5px; | ||
border-left: none; } | ||
|
||
.cpar-notice > span { font-weight: 900; } | ||
|
||
div[data-type^="cpar/"] { | ||
background: #000; | ||
color: #fff; | ||
font-weight: 500; | ||
padding: 20px; | ||
border-radius: 20px; | ||
text-align: center; | ||
text-transform: uppercase; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
/* | ||
* SECURITY BLANKET | ||
* prevent the display of files within this directory | ||
* | ||
* @package cpar-website-wp | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) : exit; endif; // SILENCE IS GOLDEN ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
/* | ||
* SECURITY BLANKET | ||
* prevent the display of files within this directory | ||
* | ||
* @package cpar-website-wp | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) : exit; endif; // SILENCE IS GOLDEN ?> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
/* | ||
* SECURITY BLANKET | ||
* prevent the display of files within this directory | ||
* | ||
* @package cpar-website-wp | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) : exit; endif; // SILENCE IS GOLDEN ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
/* | ||
* SECURITY BLANKET | ||
* prevent the display of files within this directory | ||
* | ||
* @package cpar-website-wp | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) : exit; endif; // SILENCE IS GOLDEN ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
/* | ||
* SECURITY BLANKET | ||
* prevent the display of files within this directory | ||
* | ||
* @package cpar-website-wp | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) : exit; endif; // SILENCE IS GOLDEN ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
/* | ||
* SECURITY BLANKET | ||
* prevent the display of files within this directory | ||
* | ||
* @package cpar-website-wp | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) : exit; endif; // SILENCE IS GOLDEN ?> |
Oops, something went wrong.