-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (110 loc) · 5.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
permalink: /
title: "welcome to Didnelpsun's blog"
layout: default
---
<title>Didnelpsun's blog</title>
<script type="text/javascript" src="./assets/js/pages/index.js"></script>
<link rel="stylesheet" href="assets/css/index.css" />
<div>
<div class="main">
<div class="show" style="height: 90vh;">
<span style="font-size: 2vw;">The picture hasn't been downloaded readily, please wait for a while.</span>
<div class="showimage" style="background-image: url(https://i.ibb.co/kMsysZY/chrysanthemum.png);"></div>
<div class="showcover"></div>
<div class="changebuttons">
<img src="assets/images/arrow_left.png" class="changebutton left">
<img src="assets/images/arrow_right.png" class="changebutton right">
</div>
<div class="showcontent">
<span class="showword">Be yourself and run after your dream!</span>
<div class="button">
<button style="background-color: rgba(255, 155, 155, 0.85);" id="b1">
<div>
<span>Emotion</span>
<img src="./assets/images/arrowright.png">
</div>
</button>
<button style="background-color: rgba(255, 235, 105, 0.85);" id="b2">
<div>
<span>Notes</span>
<img src="./assets/images/arrowright.png">
</div>
</button>
<button style="background-color: rgba(145, 220, 35, 0.85);" id="b3">
<div>
<span>Share</span>
<img src="./assets/images/arrowright.png">
</div>
</button>
</button>
</div>
</div>
</div>
<div class="mainContent">
<div class="describe">
<div class="maintitle">
<span class="bigword">How am I?</span>
<span class="middleword">Didnelpsun</span>
</div>
<div style="margin: 0 5vw 0 10vw;">
<p>A university student from Central China Normal University.</p>
<p>My major is E-commerce.</p>
<p>Love fiction and programming. But not good at design.</p>
<p>Interested in front-end, and want to learn back-end.</p>
</div>
</div>
<div class="describe" style="background-color: #222; padding: 5vw 0 5vw;">
<img src="https://i.ibb.co/MBL993N/wuhan.jpg">
<div class="maintitle">
<span class="bigword">Where am I from?</span>
<span class="middleword">Wuhan,HuBei province,China</span>
</div>
</div>
<div class="instruction">
<span class="bigword">Instruction</span>
<p>I start to build my blog at 2020.1.12 with github page and jekyll. I am good at front-end so I choose to
complete it with this. Github is
a big platform and safe for use. We developer just need to devote ourselves to blog writting.
</p>
<p>
Here's what I first thought about blogging, and what I want to say to myself:
</p>
<p>
In fact, before I wrote my blog, I read many people's blogs. Most of the ordinary people's blogs are really
not many.
My roommates and my friends also have blogs, and some have self built stations. But many people are in the
third degree of enthusiasm,
and many people are even more enthusiastic. No one's looking, that's why many people. I think blogging is not
so much about letting others see it,
but about letting ourselves see it. If we make this point clear, then everything will be easy to explain in
the future. How are you?
Why do people look at you? Is what you say valuable? Can you charge for your blog? Do people care what you
think? I don't think so, why do you write your blog to others?
If you started writing for someone else, I advise you not to. Because no one will see it. And if you write a
blog or even your own domain name to show off,
I don't think it's necessary. I think if you have nothing on your blog or personal website for more than a
year or more, I think it's a waste of time.
</p>
<p>
So the purpose of my blog is to let myself see my learning process, take notes, understand my growth and
deepen my learning level.
I'll write in a simple way, easier to understand way.
</p>
<p>
Emotion part seems like diary which record my emotion and experience everyday. This part maybe only useful for
myself.
Notes record my thoughts about learning. Maybe there are something wrong in it, if you find some wrong in it
please contact with me.
Share part let me share other some resoures and recommend about product and so on.
</p>
<p>
Because I use github page and jekyll to build my blog, it's simple and friendly for front-end developer,
it can also limit us to use ours skill to decorate website and show blogs. It's unfortunate, you should
understand if you wanted to use other
people's wheels, you have to obey others rule. The link in my article is shown in orange, if you click it, it
can turn to other website.
</p>
</div>
</div>
</div>