-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.html
More file actions
43 lines (43 loc) · 1.95 KB
/
content.html
File metadata and controls
43 lines (43 loc) · 1.95 KB
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
<div class="center pinstripe-bg section">
<div class="row">
<div class="col s12 m4">
<div class="card grey lighten-3 z-depth-5">
<div class="card-image">
<img class="materialboxed responsive-img" width="auto" src="img/linux.png">
<span class="card-title">i play with computers</span>
</div>
<div class="card-content">
<p><a href="comp/win7efi/win7efi.html">Playing around with EFI on the Late-08 MacBook Pro</a> and getting Windows 7 to boot in EFI was fun. I built a Hackintosh. Oh, and <a href="comp/openemu-ps1/openemu-ps1.html">this Playstation 1 emulator setup</a> brought back lots of memories.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card grey lighten-3 z-depth-5">
<div class="card-image">
<img class="materialboxed responsive-img" width="auto" src="img/my-mgm.jpg">
<span class="card-title">i play with cars</span>
</div>
<div class="card-content">
<p>Mine happens to be a Mercury grandpa sedan. Cars are quite the hobby. I suggest you don't get into it...your wallet might start to dislike you...but it's worth it...see the dilemma?</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card grey lighten-3 z-depth-5">
<div class="card-image">
<img class="materialboxed responsive-img" width="auto" src="img/me.jpg">
<span class="card-title">about me</span>
</div>
<div class="card-content">
<p>Привет! Меня зовут Тёма.
我的名字是天明。我是俄罗斯人。
私の名前はアルチョームです.
Oops, wrong keyboard. My name is Tim. I'm from Russia, and currently live in the United States.
I blast K-pop in my 日本-style American car.
</p>
</div>
</div>
</div>
</div>
</div>
<script src="js/scripts.js"></script>