Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Design of this Website - gvalia.xyz
[go: Go Back, main page]

Design of this Website

This section of my website is for presenting the main elements of my website and their design.

Links

Colors

Light Scheme

Background
Code
Headings
Gray
Accent
Accent

Dark Scheme

Background
Code
Headings
Gray
Accent
Accent

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Unordered List

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5
  • Item 6

Ordered List

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5
  6. Item 6

Description List (currently not styled)

Keyword 1
Definition 1
Keyword 2
Definition 2
Keyword 3
Definition 3

Blockquotes

Interestingly, he says that glorbing and florbing can happen at the same time. This makes sense because otherwise the whole idea of small eaming would contradict the approach. However, I feel that experimentation is required to find the right balance of yonking to glorb and florb.

Tables

Ablation Bickering Coding Designing Erasure Fixture
6.51 159.0 1057.3 81.3 125.1 5.00
6.51 159.0 1057.3 81.3 125.1 5.00
3.00 831.4 81345.0 8145.0 157.5 8.23
6.51 159.0 1057.3 81.3 125.1 5.00
83.01 8.03 45.0 98.1 81.30 0.01
4.18 81.3 748.40 983.2 818.3 3.29

Code Blocks

Some ordinary text with some fancy_code mixed into the prose to break up the flow.

Code Block with No Specified Language

println!("Just some code sitting by itself")

Code Block with Specified Language

class DataModel {
    public String id;
    public static DataModel getNewModel() {
        // unimplemented
        return null;
    }
}

public class Main {
    public static void main(String[] args) {
        DataModel newModel = DataModel.getNewModel(); // This is null!
        System.out.println(newModel.id.toUpperCase());
    }
}

Code Block with Specified Language and Line Numbers

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
class DataModel {
    public String id;
    public static DataModel getNewModel() {
        // unimplemented
        return null;
    }
}

public class Main {
    public static void main(String[] args) {
        DataModel newModel = DataModel.getNewModel(); // This is null!
        System.out.println(newModel.id.toUpperCase());
    }
}

Tags

Chirp Box

Chirp Example

100 words

Chirping is fun and design is fun. What if we combine both and become a robot dev-bird? That would be cool, wouldn't it?

Read More