-
Notifications
You must be signed in to change notification settings - Fork 0
/
mg.html
81 lines (72 loc) · 3.27 KB
/
mg.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
75
76
77
78
79
80
81
<!DOCTYPE html>
<html >
<head>
<title>Lucid Polygon</title>
<meta charset="UTF-8">
<meta name="google-site-verification" content="otrZjmAXpEE65OEnt4PYR8o4CrrAOzBdOPN1fjT7YlU" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Web Design, E-Commerce, E-Learning, Graphic Design, Motion Graphics, Automation Tools in UAE">
<meta property="og:title" content="Lucidpolygon">
<meta property="og:description" content="Web Design, E-Commerce, E-Learning, Graphic Design, Motion Graphics, Automation Tools in UAE">
<meta property="og:image" content="img/website.png">
<meta property="og:url" content="www.lucidpolygon.com">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="img/favicon.gif" type="image/png" sizes="16x16">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<br>
<div id="particles-js"></div>
<div id="mg-header"><h1>Motion Graphics</h1></div>
<div class="band">
<div class="item-line"></div>
<div class="item-1">
<a class="card" id="mg-1">
<div class='embed-container'>
<iframe src="https://player.vimeo.com/video/119100237?color=ffffff&title=0&byline=0&portrait=0" frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
<article>
<h1>Curriculum Vitae</h1>
<br><p align="justify">An interesting use-case for motion graphics. Here the information of a candidate's education and skills is presented as animated motion graphic video. </p>
<span>Adobe Illustrator, Adobe After Effects, Adobe Photoshop</span>
</article>
</a>
</div>
</div>
<br><br>
<footer class="footer" id="foot">
<div class="container" >
<div class="row">
<div class="col" align="center">
Need to hire my services?
<br>No problem! reach me out.
</div>
<div class="col" align="center">
Thaha Abdul Wahid
<br>UAE & India
</div>
<div class="col" align="center">
<a href="mailto:[email protected]">[email protected]</a>
<br><a href="tel:+971559361838">+971 559361838</a>
</div>
<div class="col" align="center">
My social media presence<br>
<a href="#" class="fa fa-linkedin"> </a>
<a href="#" class="fa fa-facebook"> </a>
<a href="#" class="fa fa-youtube"> </a>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/vue/2.0.1/vue.min.js'></script>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>