forked from lllyasviel/Style2PaintsResearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlvmin.html
101 lines (88 loc) · 3.56 KB
/
lvmin.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lvmin Zhang</title>
<style>
.box {
border-radius: 10px;
margin: 0 auto;
padding-left: 60px;
padding-right: 60px;
width: 904px;
background-color: white;
box-shadow: black 0px 0px 32px;
}
.bgb {
background-color: rgb(240, 240, 240);
padding-left: 60px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 40px;
margin-left: -45pt;
margin-right: -45pt;
font-weight: bold;
}
.item {
margin-top: 20px;
}
.left-img {
border-radius: 10px;
display: inline-block;
vertical-align: top;
width: 35%;
margin-right: 4%;
}
.right-text {
display: inline-block;
width: 60%;
}
.dot {
height: 14px;
width: 14px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
margin-right: 8px;
}
</style>
</head>
<body style="background-color:rgb(48, 48, 48);">
</br></br></br>
<div class="box">
<div class="block">
<img src="imgs/me.png"
style="width: 1024px; margin-left: -60px; border-top-right-radius: 10px;border-top-left-radius: 10px;" /></br>
<p style="text-align: center;"><strong>Figure 1.</strong> Lvmin Zhang's reading a Twitter meme after he woke up at 7:30 a.m..</p>
</br>
</br>
</br>
As shown in Fig. 1, Lvmin Zhang is a bachelor graduated from Soochow University in 2021. He is the author of a
software called <a href="https://github.com/lllyasviel/style2paints">Style2Paints</a> and the founder of a
non-commercial research group called <a
href="https://lllyasviel.github.io/Style2PaintsResearch/">Style2Paints Research</a>. You may interested
in:
<ul>
<li>Lvmin's <a href="https://lllyasviel.github.io/Style2PaintsResearch#research">researches and publications</a> in
the website of <a href="https://lllyasviel.github.io/Style2PaintsResearch/">Style2Paints
Research</a>.</li>
<li>Lvmin's <a href="https://github.com/lllyasviel">projects</a> in his GitHub profile.</li>
<li>Lvmin's <a href="https://lllyasviel.github.io/Style2PaintsResearch/resume.pdf">resume</a>.</li>
</ul>
<small>
In the leisure time Lvmin likes developing games. Lvmin is the author of an Unity card game called YGOPro2. If you
search this game in <a href="https://www.google.com/search?q=ygopro2">Google</a> or <a
href="https://www.youtube.com/results?search_query=ygopro2">YouTube</a>, you will find it
popular. This game has been translated to many languages and has fans all over the world.</small>
</br></br>
<p style="text-align: center"><a target="_blank" href="https://24counter.com/cc_stats/1629815395/"><img alt="hit counter" border="0" src="https://24counter.com/online/ccc.php?id=1629815395"></a></p>
</br>
</br>
</div>
</div>
</br>
</br>
</body>