-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (72 loc) · 1.97 KB
/
Copy pathindex.html
File metadata and controls
86 lines (72 loc) · 1.97 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
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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" media="all" href="xstyle.css">
<style type="text/css">
body {
font-family: Georgia;
color: #444969;
background: #e5e5e5;
}
.container {
width: 50ch;
margin: 0px auto;
margin-top: 20%;
border: 2px solid #fff;
padding: 12px;
background: #fafafa;
box-shadow: 2px 3px 10px #ccc;
font-size: 15px;
padding: 11px;
border-radius: 8px;
height: 6rem;
}
.email {
/* position: absolute; */
bottom: 10px;
right: 10px;
/* float: right; */
margin-top: 10px;
font-size: 10px;
font-family: Courier;
}
.photo {
margin-right: 1rem;
/* border: 1px solid #999; */
opacity: 0.85;
box-shadow: 2px 3px 10px #ccc;
float: left;
/* object-fit: fill; */
border-radius: 8px;
position: relative;
top: -2rem;
height: 10rem;
}
</style>
</head>
<body>
<div class="container">
<img class="photo" src="https://betterexplained.com/examples/images/KalidAzadPhoto2023.jpeg" alt="Kalid Azad"
title="Kalid Azad" align="right" border="0">
Hi, this is Kalid.
I write at <a href="https://betterexplained.com/">BetterExplained</a>, crunch numbers with <a
href="https://instacalc.com/">Instacalc</a>, and am currently working on personal projects.
<div class="email">
kalid.azad@gmail.com
</div>
</div>
<!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project = 2531885;
var sc_invisible = 0;
var sc_partition = 24;
var sc_security = "1d91a566";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<noscript>
<div class="statcounter"><a title="web analytics" href="http://statcounter.com/"><img class="statcounter"
src="http://c.statcounter.com/2152111/0/01b7b28e/1/" alt="web analytics" /></a></div>
</noscript>
<!-- End of StatCounter Code -->
</body>
</html>