-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
executable file
·94 lines (76 loc) · 3.07 KB
/
personal.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Rajanie Prabha</title>
<meta name="author" content="Rajanie Prabha">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table
style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tr>
<td>
<heading>Paintings</heading>
</td>
</tr>
<td>I (occasionally) like to paint. Trying to be more consistent! Here are some of them:</td>
<tr>
<td>
<figure><img src="images/WhatsApp Image 2020-06-28 at 2.35.10 PM.jpeg" alt="Snow" style="width:100%"/><figcaption>The Moonchild, 2021</figcaption></figure>
</td>
<td>
<figure class="left"><img src="images/Screen Shot 2022-02-06 at 9.03.20 PM.png" alt="Snow" style="width:100%"/><figcaption>The Four Seasons, 2021</figcaption></figure>
</td>
</tr>
<tr>
<td>
<figure><img src="images/Screen Shot 2022-02-06 at 9.22.38 PM.png" alt="Snow" style="width:100%"/><figcaption>Sherlock Holmes, 2014</figcaption></figure>
</td>
<td>
<figure class="left"><img src="images/Screen Shot 2022-02-06 at 9.23.53 PM.png" alt="Snow" style="width:100%"/><figcaption>Pooh and Piglet, 2018</figcaption></figure>
</td>
<tr>
<td>
<figure><img src="images/Screen Shot 2022-02-06 at 9.25.06 PM.png" alt="Snow" style="width:100%"/><figcaption>No moon winter sky, 2018</figcaption></figure>
</td>
<td>
<figure class="left"><img src="images/IMG-20170713-WA0015.jpeg" alt="Snow" style="width:80%"/><figcaption>The warrior, 2018</figcaption></figure>
</td>
</tr>
<tr>
<td>
<figure><img src="images/Screen Shot 2022-02-06 at 9.31.48 PM.png" alt="Snow" style="width:80%"/><figcaption>The boy who lived, 2018</figcaption></figure>
</td>
<td>
<figure class="left"><img src="images/Screen Shot 2022-02-06 at 9.32.57 PM.png" alt="Snow" style="width:130%"/><figcaption>The mermaid, 2014</figcaption></figure>
</td>
</tr>
<tr>
<td>
<figure><img src="images/Screen Shot 2022-02-06 at 9.33.38 PM.png" alt="Snow" style="width:100%"/><figcaption>My first painting, {Don't remember}</figcaption></figure>
</td>
<!-- <td>
<figure class="left"><img src="images/Screen Shot 2022-02-06 at 9.32.57 PM.png" alt="Snow" style="width:100%"/><figcaption>The mermaid, 2014</figcaption></figure>
</td> -->
</tr>
</table>
<br>
<br>
<br>
Design and source code from <a href="https://jonbarron.info">Jon Barron's website</a>.<a href="index.html" style="float: right;">Academic Space</a>
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>