-
Notifications
You must be signed in to change notification settings - Fork 4
/
uiux.html
128 lines (117 loc) · 5.8 KB
/
uiux.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<script data-ad-client="ca-pub-5786004557418872" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="UTF-8">
<title>Mehul Kumar Nirala</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="https://img.icons8.com/color/48/000000/hearts.png" type="image/x-icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Indie+Flower'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'>
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/web_projects.css">
<link rel="stylesheet" href="./css/animate.css">
<link rel="stylesheet" href="./css/flexslider.css">
<link rel="stylesheet" href="./css/services.css">
<link rel="stylesheet" href="css/dark-mode.css">
</head>
<body>
<div class="header">
<canvas></canvas><canvas></canvas>
<div class="fixed-content">
<img class="port" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/95581/cat.jpg">
<h2>Mehul Kumar Nirala</h2>
<p style="color:#fff;">Deep Learning | Open Source enthusiast</p>
<div class="icon-row">
<a href="https://github.com/MuLx10"><i class="fa fa-github"></i></a>
<a href="https://codepen.io/MuLx10/pens/showcase"><i class="fa fa-codepen"></i></a>
<a href="https://www.linkedin.com/in/mulx10/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCjjFH9N2NbldiSS4-JuEB4g"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
<div class="second">
<div class="fixed-content">
<h1>UI / UX Design</h1>
<p>Here are some of my illustrator projects(SVGs).</p>
</div>
</div>
<section class="colorlib-about" data-section="about">
<div class="container">
<script type="text/javascript">
var projects = [{
"name": "Skull Art",
"url": "svg/SkullArt.svg"
}, {
"name": "Watch",
"url": "svg/watch.svg"
}, {
"name": "Bell",
"url": "svg/bell.svg"
}, {
"name": "Incognito",
"url": "svg/incognito.svg"
}, {
"name": "Infinity",
"url": "svg/infinity.svg"
}, {
"name": "Eyes",
"url": "svg/eyes.svg"
}];
var mulx10 = {1:1, 2: 3, 3:5, 4:4, 5:6, 6:2}
for (var i = 0; i < projects.length; i++) {
var dir = (mulx10[i] % 2 == 1) ? "Right" : "Left";
var ids = mulx10[1+(i%6)];
document.write(
((i % 4 == 0) ? '<div class="row">' : '') +
'<div class="col-xs-12 col-md-6 col-lg-3 animate-box" data-animate-effect="fadeIn' + dir + '">\
<div class="card color-'+ (ids)+'">\
<div class="card-header color-'+ (ids)+'">' + projects[i].name + '</div>\
<div class="card-body">\
<img src="uiux/'+projects[i].url+'"></img>\
</div>\
</div>\
</div>' + ((i % 4 == 3) ? '</div>' : ''));
}
</script>
</div>
</section>
<br>
<br>
<div class="footer">
<div class="second">
<div class="fixed-content">
<h1>Contact Me</h1>
</div>
</div>
<div class="fixed-content">
<div class="icon-row blue">
<a href="https://twitter.com/nirala_mehul"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/mulx10"><i class="fa fa-facebook"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i><a/a>
<a href="https://twitter.com/nirala_mehul"><i class="fa fa-stack-overflow"></i></a>
<a href="skype:live:.cid.fd89af8f47d6b546"><i class="fa fa-skype"></i></a>
</div>
<p></p>
<i class="fa fa-chevron-up blue" style="color:#bbb;" onclick="window.scroll({ top: 0, left: 0, behavior: 'smooth'});"></i>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js'></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="./js/jquery.easing.js"></script>
<script src="./js/jquery.waypoints.min.js"></script>
<script src="./js/jquery.flexslider-min.js"></script>
<script src="./js/owl.carousel.min.js"></script>
<script src="./js/jquery.countTo.js"></script>
<script src="./js/services.js"></script>
<script src="./js/modernizr.min.js"></script>
<script src="./js/hex.js"></script>
<script src="./js/script.js"></script>
</body>
</html>