VampirePortfolio 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b8c655153b0914d5c36cca0e6a2b0b3fde71815af09d5f85badb28ab6adad69a
4
+ data.tar.gz: 5850d7c770dac59bcef790fe54ff9aa074470d31f0f32f7564afcdbfbbbb24a5
5
+ SHA512:
6
+ metadata.gz: 3cda4950b4e327b76b2a59cdf120ad883c15a3ace12033723fb60e7cea9570faa6d418adc2e9d52f03ae99ad5ccf687d3c8bfd75b1b4c2dd1b8f258feea84a62
7
+ data.tar.gz: 7f100970c1f81130bd9d35a13b897ab2cf0b5a190d4ca456c0f950ffc45c34a66b7f2b4f968438ba2d32d75f64fa7370e01b4df2c237ddd3940f0ec901b97244
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 Gitea
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1 @@
1
+ ## Static Layout
@@ -0,0 +1,3 @@
1
+ <h3 id="about">About</h3>
2
+ <h3 id="portfolio">Portfolio</h3>
3
+ <h3 id="socialmedia">Social Media</h3>
@@ -0,0 +1,5 @@
1
+ <center>
2
+ <div>
3
+ <p>Copywrite &copy; S.R. Weaver</p>
4
+ </div>
5
+ </center>
@@ -0,0 +1,7 @@
1
+ <meta charset="UTF-8">
2
+
3
+ <center>
4
+ <div>
5
+ <h1>S.R. Weaver Portfolio</h1>
6
+ </div>
7
+ </center>
@@ -0,0 +1,9 @@
1
+ <center>
2
+ <div>
3
+ <h3>
4
+ <a href="https://lwflouisa.github.io/Test/about">About</a>
5
+ <a href="https://lwflouisa.github.io/Test/portfolio">Portfolio</a>
6
+ <a href="https://lwflouisa.github.io/Test/social">Social Media</a>
7
+ </h3>
8
+ </div>
9
+ </center>
@@ -0,0 +1,7 @@
1
+ <a href="https://diasp.org/u/lwflouisa">Diasporg</a>
2
+ <a href="https://pixelfed.de/LWFlouisa">Pixelfed</a>
3
+ <a href="https://video.ploud.jp/c/mytalkshow/videos?languageOneOf=en&s=2">Peertube</a>
4
+ <a href="https://pawoo.net/web/accounts/1287123">Pawoo</a>
5
+ <a href="https://flowfo.me/profile/SRWeaver#artworks">Flowfo</a>
6
+ <a href="https://codeberg.org/LWFlouisa">Codeberg</a>
7
+ <a href="https://git.disroot.org/LWFlouisa">Disroot</a>
@@ -0,0 +1,29 @@
1
+ <style>
2
+ body {
3
+ background-color: #050505;
4
+
5
+ padding-left: 120px;
6
+ padding-right: 120px;
7
+ }
8
+
9
+ h1, h2, h3, h4, h5, h6, p, pre {
10
+ color: white;
11
+ font-weight: bold;
12
+ }
13
+
14
+ h1, h2, h3, h4, h5, h6 {
15
+ text-align: center;
16
+ }
17
+
18
+ hr {
19
+ color: 8A0000;
20
+ }
21
+
22
+ a {
23
+ color: white;
24
+ }
25
+
26
+ div {
27
+ background-color: #A80000;
28
+ }
29
+ </style>
@@ -0,0 +1,7 @@
1
+ {%- include style.html -%}
2
+ {%- include head.html -%}
3
+ {%- include header.html -%}
4
+
5
+ {{ content }}
6
+
7
+ {%- include footer.html -%}
data/assets/banner.png ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+
metadata ADDED
@@ -0,0 +1,110 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: VampirePortfolio
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Gitea
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-10-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.16'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.16'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '12.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '12.0'
55
+ description:
56
+ email:
57
+ - gitea@fake.local
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - LICENSE.txt
63
+ - README.md
64
+ - _includes/body.html
65
+ - _includes/footer.html
66
+ - _includes/head.html
67
+ - _includes/header.html
68
+ - _includes/socialmedia.html
69
+ - _includes/style.html
70
+ - _layouts/default.html
71
+ - assets/banner.png
72
+ - assets/gallery/epilogue059.jpg
73
+ - assets/gallery/epilogue075.jpg
74
+ - assets/gallery/epilogue076.jpg
75
+ - assets/gallery/epilogue078.jpg
76
+ - assets/gallery/epilogue082.jpg
77
+ - assets/gallery/placeholder.txt
78
+ homepage: https://lwflouisa.github.io/VampirePortfolio
79
+ licenses:
80
+ - MIT
81
+ metadata: {}
82
+ post_install_message:
83
+ rdoc_options: []
84
+ require_paths:
85
+ - lib
86
+ required_ruby_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ required_rubygems_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
96
+ requirements: []
97
+ rubyforge_project:
98
+ rubygems_version: 2.7.8
99
+ signing_key:
100
+ specification_version: 4
101
+ summary: I am a Red Serpent, and my format is Besonasiga, descended from Emirotamo.
102
+ This makes me a Besonasiga Arutisana. And others who draw this manga subset Os Besonasigos
103
+ Arutisanos. Emirotamo is the Fraponic spelling of the term Mort Amour, or Death
104
+ Love. Emirotamo primarily focusing on fleshing out the setting of the Franco-Japanese
105
+ wars fought in North America, and the impact this had on American society. The constructed
106
+ language is Fraponic, which later morphed into Hafestra as of the O Raphael timeline.
107
+ Besonasiga can be thought of as a kind of Bande Dessine Japonais De Americano. And
108
+ part of a personal consolidating between Bande Dessinee culture and Manga culture.
109
+ The original term had I had for my work is Original French Language Manga.
110
+ test_files: []