-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
59 lines (59 loc) · 1.59 KB
/
index.php
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
<html>
<head>
<style>
body.custom-background {
background-color: #ffffff;
background-image:
url('http://seldar.lejer.ro/wp-content/uploads/2013/02/landscapes-hdr_00294274.jpg');
background-repeat: repeat-y;
background-position: top center;
background-attachment: fixed;
}
#apps {
font-family: Helvetica, Arial, Sans-Serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
line-height: 1.4;
color: #333;
background-color: #fff;
padding: 10px;
border: 1px solid #eee;
border-color: rgba(0,0,0,0.2);
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
border-radius: 2px;
margin: 10px 0;
}
a {
color: #2b82ad;
text-decoration: none;
}
</style>
<title>Victor Teodor Butiu</title>
</head>
<body class="custom-background" >
<script src="//about.me/embed/butiu.victor"></script>
<br />
<div id="apps" class="aboutme-embed
aboutme-default aboutme-layout-horizontal" style="visibility: inherit;
display: block;"><div xmlns="http://www.w3.org/1999/xhtml"
class="aboutme-content"><div class="aboutme-text"><div
class="aboutme-name">Apps & Work</div><div
class="aboutme-headline">Some aplications I have been used/worked on
during time.
</div>
<div class="aboutme-apps"><a
href="http://www.new-dmoz.org"
class="app-link" title="new-Dmoz"
target="_top"> new-Dmoz.Org</a> Personal Directory Project,
made
in 2009 I think? ( not working anymore - new-dmoz.lejer.ro)
<br />
Blog.Lejer.Ro <br/>
Lot of, that i don't feel like pointing it here.... or beeing closed
projects, as i been testing a lot of frameworks.
<br />
[[this is made for http://www.hostinger.ro/ hosting - git based ]]
</div></div></div></div>
</body>
</html>