-
Notifications
You must be signed in to change notification settings - Fork 0
/
myportfolio.html
185 lines (161 loc) · 6.74 KB
/
myportfolio.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!Doctype html>
<html>
<style>/*the page loader when the page loads*/
</style>
<head>
<link href="css/pageloader.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link class="thetheme" href="css/theme.ruby.css" rel="stylesheet">
<link href="css/themeselector.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="css/devicon/devicon.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/timeline.css" rel="stylesheet">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/aos/dist/aos.css">
<link rel="stylesheet" href="css/gallery.css">
<script src="js/jquery.js"></script>
<script src="js/jquery.easeScroll.js"></script>
<script type="text/javascript">
$("html").easeScroll();
</script>
</head>
<body>
<div class="themeoptions">
<div class="themeoptionsthetheme" value="css/theme.blue.css" style="background-color: #297FB8"></div>
<div class="themeoptionsthetheme" value="css/theme.red.css" style="background-color: #E84C3D"></div>
<div class="themeoptionsthetheme" value="css/theme.green.css" style="background-color: #009688"></div>
<div class="themeoptionsthetheme" value="css/theme.gray.css" style="background-color: #7E8C8D"></div>
<div class="themeoptionsthetheme" value="css/theme.purple.css" style="background-color: #9A59B5"></div>
<div class="themeoptionsthetheme" value="css/theme.orange.css" style="background-color: #E77E22"></div>
<div class="themeoptionsthetheme" value="css/theme.pink.css" style="background-color: #E94985"></div>
<div class="themeoptionsthetheme" value="css/theme.ruby.css" style="background-color: #7E1A36"></div>
<div class="themeselector">
<i class="fa fa-cog"></i>
</div>
</div>
<div class="pageloader">
<div class="pageloadercontainer">
<div class="thepentagoncontainer">
<div class="thepentagon">
<div class="thepentagoncontainer" style="margin-top:45px;">
<div class="thepentagon">
<div class="thepentagoncontainer" style="margin-top:30px;">
<div class="thepentagon"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- end of the page loader when the page loads -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">My.Portfol.io</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="container">
<ul class="nav navbar-nav navbar-right">
<li class="navitem navhome"><a href="index.html#homepage">HOME</a></li>
<li class="navitem"><a href="index.html#aboutpage">ABOUT</a></li>
<li class="navitem"><a href="index.html#resumepage">RESUME</a></li>
<li class="navitem"><a href="index.html#portfoliopage">PORTFOLIO</a></li>
<li class="navitem"><a href="index.html#contactpage">CONTACT</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div class="homepage segment" id="homepage" data-aos="fade-up"> <!-- the homepage, includes the "i love coding" and the pentagons -->
<div class="container">
<div class="col-md-7" style="margin-top: 30px !important">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="projects/myportfolio.jpg" alt="Los Angeles" style="width:100%;">
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-5" style="padding-left: 50px;margin-top: 30px !important">
<h4><strong>Project Title: </strong></h4>
<div style="font-size:15px;margin-bottom: 50px"><strong>My.portfol.io</strong></div>
<h4><strong>Description: </strong></h4>
<div style="font-size:14px;margin-bottom: 50px"><strong>Online portfolio for my projects.</strong></div>
<h4><strong>Languages Used: </strong></h4>
<div style="font-size:15px;margin-bottom: 50px"><strong>Php, javascript, css, html, bootstrap, jquery</strong></div>
</div>
</div>
</div><!--end of the homepage, includes the "i love coding" and the pentagons -->
<div class="aboutpage" id="aboutpage" data-aos="fade-up" >
<div class="col-md-12" style="padding:0px !important;margin-top:70px;">
<div class="theabout" style="min-height:180px !important;">
</div>
</div>
</div>
</body>
<!-- <script src="js/js.js"></script> -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="css/aos/dist/aos.js"></script>
<script>
// $(".filter-options button").click(function(){
// var thefilter = $(this).attr("data-group");
// shuffleInstance.filter(thefilter);
// if ($(".filter-button").removeClass("active")) {
// $(this).removeClass("active");
// }
// $(this).addClass("active");
// setTimeout(function(){
// AOS.refresh();
// },1000);
// });
$(document).ready(function(){
$(window).resize(function(){
AOS.refresh();
});
setTimeout(function(){
$(".pageloader").addClass("thehide");
setTimeout(function(){
$(".pageloader").remove();
},500);
AOS.init({
easing: 'ease-in-out-sine'
});
},300);
var isopen=false;
$(".themeselector").on('click',function(){
if(isopen==false){
$(".themeoptions").css("left","0px");
isopen=true;
}
else{
$(".themeoptions").css("left","-45px");
isopen=false;
}
});
$(".themeoptionsthetheme").on('click',function(){
$(".thetheme").attr("href",$(this).attr("value"));
});
});
</script>
</html>