Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tylerjlawson/simple-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Lawson <tylerjlawson2@gmail.com>2020-10-15 05:22:33 +0300
committerTyler Lawson <tylerjlawson2@gmail.com>2020-10-15 05:24:32 +0300
commit6b46224acad5b480fe4c588d3297680255040b6b (patch)
tree652e7ae0acd6ece1819e0dbc656f846593da2366
parent785f9e0395f0a48c07a96f368abe872512461370 (diff)
added resources
-rw-r--r--exampleSite/resources/_gen/assets/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content97
-rw-r--r--exampleSite/resources/_gen/assets/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.json1
2 files changed, 98 insertions, 0 deletions
diff --git a/exampleSite/resources/_gen/assets/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/exampleSite/resources/_gen/assets/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
new file mode 100644
index 0000000..84e7ba5
--- /dev/null
+++ b/exampleSite/resources/_gen/assets/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
@@ -0,0 +1,97 @@
+body {
+ font-family: 'Roboto', sans-serif;
+ font-size: 12px; }
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-weight: 700;
+ margin: 0 0 5px; }
+
+h1 {
+ font-size: 50px; }
+
+h2 {
+ font-size: 18px; }
+
+h3 {
+ font-size: 13px;
+ margin-bottom: 0; }
+
+p, h3 {
+ margin-top: 0;
+ margin-bottom: 0.25rem; }
+
+ul {
+ margin: 0;
+ padding-bottom: 0.5rem;
+ padding-left: 0.75rem;
+ list-style-type: none; }
+ ul li {
+ text-indent: -9px; }
+ ul li::before {
+ content: '- ';
+ font-size: 16px;
+ display: inline; }
+
+.wrap {
+ margin: 0 auto;
+ max-width: 690px;
+ padding: 0.3in 0.5in; }
+
+.heading-line {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between; }
+
+a {
+ color: #000;
+ display: inline-block;
+ font-size: 16px;
+ text-decoration: none; }
+
+header {
+ border-bottom: 3px solid #000;
+ margin-bottom: 15px;
+ padding-bottom: 15px; }
+ header .page-title {
+ display: flex;
+ justify-content: space-between; }
+ header a + a {
+ border-left: 2px solid #000;
+ margin-left: 1rem;
+ padding-left: 1rem; }
+
+@media (min-width: 769px) {
+ .box {
+ background-color: #fff;
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
+ margin: auto;
+ position: relative;
+ width: 790px; }
+ .box::before, .box::after {
+ background: transparent;
+ bottom: 12px;
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
+ content: ' ';
+ height: 10px;
+ left: 12px;
+ position: absolute;
+ width: 40%;
+ z-index: -1; }
+ .box::after {
+ left: auto;
+ right: 12px;
+ transform: skew(5deg) rotate(5deg); }
+ body {
+ padding: 3rem; } }
+
+@media print {
+ html {
+ zoom: 1.05; } }
diff --git a/exampleSite/resources/_gen/assets/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.json b/exampleSite/resources/_gen/assets/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.json
new file mode 100644
index 0000000..e332bb1
--- /dev/null
+++ b/exampleSite/resources/_gen/assets/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.json
@@ -0,0 +1 @@
+{"Target":"main.css","MediaType":"text/css","Data":{}} \ No newline at end of file