-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathTransitions.html
50 lines (33 loc) · 1.51 KB
/
Transitions.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="about.css">
<link href="https://fonts.googleapis.com/css?family=Signika&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600,700,800,900&display=swap"
rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<title>About Us | User Info.</title>
</head>
<body>
<div class="box">
<div class="image">
<img src="tech03.png" height="230" width="240">
<h2> all about <font>Us</font></h2>
<p></p>
<h4> The science of <font>today</font> is the technology of <font>tomorrow</font></h4>
<div class="information">
<img src="stranger.png" height="200" width="200" class="strange">
<div class="text">
<h5>stranger code</h5>
<h6>Programmer</h6>
</div>
<div class="social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
</div>
</div>
</div>
</div>
</body>
</html>