-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutus2.php
More file actions
96 lines (76 loc) · 3.4 KB
/
aboutus2.php
File metadata and controls
96 lines (76 loc) · 3.4 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
87
88
89
90
91
92
<?php
include ('user_nav.php');
?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,100' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title></title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
.nav-wrapper{
background-color: #374d5b ;
font: italic;
}
a:link
{
color:#35B729;
}
a:visited
{
color: #35B729;
}
/* mouse over link */
a:hover
{
color:#35B729;
}
/* selected link */
a:active
{
color:#35B729;
}
@font-face {
font-family: Gentlemanly;
src: url(fonts/Gentlemanly.ttf);
}
div123 {
font-family: Gentlemanly;
}
@font-face {
font-family: Blacksword;
src: url(fonts/Blacksword.otf);
}
div1234 {
font-family: Blacksword;
}
</style>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</head>
<body background="images/background.jpg" height="100" >
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<center>
<div1234><font style=" color: #374d5b; font-size: 30px; font-style: italic; font-weight: bold;">A</font></div1234>
<div123><font style=" color: #374d5b; font-size: 25px;">bout</font></div123>
<div1234><font style=" color: #374d5b; font-size: 30px; font-style: italic; font-weight: bold;">U</font></div1234>
<div123><font style=" color: #374d5b; font-size: 25px;">s</font></div123>
</center>
</body>
</html>