-
Notifications
You must be signed in to change notification settings - Fork 0
/
1h.html
74 lines (50 loc) · 1.76 KB
/
1h.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
<html>
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="c1.css">
</head>
<body>
<div class="container">
<div class="row attop">
<div class="col-2" logo>
<img src="logo.png" width="100%">
</div>
<div class="col-10 title">
<h1>MARIAM SAFAR</h1>
<h4>Front-End Web Development</h4>
</div>
</div>
<div class="row">
<img class="imgbtw" src="btw.png">
</div>
<div class="row featured-w"><h2>Featured Work</h2></div>
<div class="row list-pectures">
<div class="col-4"><img src="2.png" width=100%>
<h3> Pictures </h3>
<p>Hints of Book's Culture</p>
<a href="http://www.github.com">www.github.com</a>
</div>
<div class="col-4"><img src="1.png" width=100% >
<h3>Soul</h3>
<p>Hints of Book's Culture</p>
<a href="http://www.github.com">www.github.com</a></div>
<div class="col-4"><img src="3.png" width=100% ><h3>Books</h3>
<p>Hints of Book's Culture</p>
<a href="http://www.github.com">www.github.com</a>
</div>
</div>
</div>
</body>
<footer>
<hr>
<p> copright by me 2018 </p>
<A HREF="http://twiter.com/Ims_95?s=09">
<img id="t" src="twit.png" width="30" height="30" >
</A>
<A href="mailto:msm-98-@hotmail.com">
<img id="g" src="gmail.png" width="30" height="30">
</A>
</footer>
</html>