-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimpleUI.html
More file actions
96 lines (83 loc) · 2.55 KB
/
simpleUI.html
File metadata and controls
96 lines (83 loc) · 2.55 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
93
94
95
96
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" type="text/css" href="UIstyle.css">
<!--<link rel="stylesheet" href="https://stackpath.bootsrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">-->
</head>
<body>
<div class="container">
<div class="menu">
<ul>
<li class="active">Home</li>
<li><a href="#about"> About </a></li>
<li><a href="#services"> Services </a> </li>
<li><a href=""> Projects </a> </li>
<li><a href="" class="contact-btn"><span>CV</span> </a> </li>
</ul>
</div>
<div class="banner">
<div class="banner-bd">
<div class="app-text">
<h1>ANOLIEFO MAXWELL</h1>
<p>Mobile and Web Application Devleoper </p>
<p><a href="" class="con-btn"><span>CONTACT</span> </a></p>
</div>
<div class="app-picture">
<img src="images/img_avatar2.png">
</div>
</div>
<!--</div>-->
<div class="about" id="about">
<div class="about-hd">
<h3>About</h3>
</div>
<div class="about-bd">
<p>An inline style may be used to apply a unique style for a single element.<br>
To use inline styles, add the style attribute to the relevant element.<br>
<br>
The style attribute can contain any CSS property.<br>
The example below shows how to change the color and the left margin of a -h1- element: </p>
</div>
</div>
<div class="services" id="services">
<div class="services-hd">
<h3> Services</h3>
</div>
<div class="services-bd">
<div class="stacks">
<p style="color: #ff471a;"> Html </p>
<p style="color: #ccddff"> CSS</p>
<p style="color: #e6b800;"> Javascript</p>
<p style="color: #c6538c;"> PHP</p>
<p style="color: #00ccff;"> Flutter</p>
</div>
<div class="stacks-gh">
<p class="html"><span> / / / / / / / / / / / / / / /</span></p>
<p class="css"> <span> - - - - - - - - - - - - - </span></p>
<p class="js"><span> = = = = = </span></p>
<p class="php"><span> ' ' ' ' ' ' ' ' ' ' ' ' ' </span></p>
<p class="flut"><span> \ \ \ \ \ \ \ \ \ \ </span></p>
</div>
</div>
</div>
<div class="footer">
<div class="socials">
<ul>
<li>
<i class="fa fa-play"></i><p></p>
</li>
<li>
<i></i><p></p>
</li>
<li>
<i></i><p></p>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>