auto update

dependabot/npm_and_yarn/ushio/www/session/lodash-4.17.15
iotcat 5 years ago
parent 5e9b4115ff
commit ec0cd93878
  1. 457
      yimian/.viminfo
  2. 34
      yimian/www/settlement/api/index.php
  3. 48
      yimian/www/settlement/api/test.php
  4. 4
      yimian/www/settlement/buy-sell.html
  5. 3
      yimian/www/settlement/index.html

@ -15,8 +15,8 @@ $
# Command Line History (newest to oldest): # Command Line History (newest to oldest):
:wq :wq
:w
:q :q
:w
:q! :q!
:Q! :Q!
:Wq :Wq
@ -32,11 +32,19 @@ $
# Input Line History (newest to oldest): # Input Line History (newest to oldest):
# Registers: # Registers:
"0 LINE 0 ""0 CHAR 0
include '/home/ushio/conf/dbKeys/log.db.key.php';    
""1 LINE 0 "1 LINE 0
$s = '';
"2 LINE 0
yimian__mail('i@yimian.xyz', 'Hi~', 'Test from Yimian LIU', 'ERP TEST');
"3 LINE 0
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
"4 LINE 0
"5 LINE 0
$tmp_total = 0; $tmp_total = 0;
"2 CHAR 0 "6 CHAR 0
@ -79,70 +87,50 @@ $
} }
"3 LINE 0 "7 LINE 0
array_push($ = $row['total']; array_push($ = $row['total'];
} }
"4 LINE 0
$firstItem = $result->fetch_assoc();
"5 LINE 0
}
"6 CHAR 0
$datetime_start = date_create($firstDate);
$datetime_end = date_create(date('Y-m-d'));
$days = date_diff($datetime_start, $datetime_end)->days;
for($ii = 0; $ii < (($days < 30) ? $days: 30); $ii ++){
$sql = "select * from account where datetime>='".date('Y-m-d',strtotime('-'.($ii+1).' day'))." 00:00:00' and datetime<'".date('Y-m-d', strtotime("-$ii day"))." 00:00:00' order by id DESC limit 1";
$result = $conn->query($sql);
$tmp = 0;
while($row = $result->fetch_assoc()) {
$tmp = $row['total'];
}
$total_arr[$ii]['date']=date('Y-m-d', strtotime('-'.($ii+1).'day'));
$total_arr[$ii]['total']=$tmp;
}
for($i = 0; $i < count($total_arr); $i++){
if($i < count($total_arr) - 1) $total_arr[$i]['val'] = $total_arr[$i]['total'] - $total_arr[$i+1]['total'];
else $total_arr[$i]['val'] = 0;
}
for($i = 0; $i < count($total_arr); $i ++){
if($i < count($total_arr) - 7) $total_arr[$i]['week_val'] = $total_arr[$i]['total'] - $total_arr[$i+7]['total'];
else $total_arr[$i]['week_val'] = 0;
}
"7 LINE 0
$firstItem = $result->fetch_assoc();
"8 LINE 0 "8 LINE 0
$firstItem = $result->fetch_assoc();
"9 LINE 0 "9 LINE 0
}
"- CHAR 0 "- CHAR 0
# File marks: # File marks:
'0 158 59 ~/www/settlement/api/index.php '0 36 134 ~/www/settlement/api/test.php
'1 189 0 ~/www/settlement/api/index.php '1 11 3 ~/www/settlement/api/test.php
'2 182 7 ~/www/settlement/api/index.php '2 33 118 ~/www/settlement/api/test.php
'3 4 423 ~/www/settlement/imgbed/js/jquery.imageuploader.js '3 34 251 ~/www/settlement/api/test.php
'4 69 8 ~/www/settlement/imgbed/index.html '4 18 7 ~/www/settlement/api/test.php
'5 26 6 ~/www/settlement/api/getWeekData.php '5 50 0 ~/www/settlement/api/test.php
'6 19 68 ~/www/settlement/api/index.php '6 27 0 ~/www/settlement/api/index.php
'7 73 93 ~/www/settlement/func/functions.php '7 52 0 ~/www/settlement/api/test.php
'8 4 0 ~/www/settlement/api/index.php '8 13 1 ~/www/settlement/buy-sell.html
'9 1 7 ~/www/settlement/imgbed/.gitignore '9 14 127 ~/www/settlement/index.html
# Jumplist (newest first): # Jumplist (newest first):
-' 158 59 ~/www/settlement/api/index.php -' 36 134 ~/www/settlement/api/test.php
-' 189 0 ~/www/settlement/api/index.php -' 11 4 ~/www/settlement/api/test.php
-' 182 8 ~/www/settlement/api/index.php -' 33 0 ~/www/settlement/api/test.php
-' 140 4 ~/www/settlement/api/index.php -' 34 0 ~/www/settlement/api/test.php
-' 18 4 ~/www/settlement/api/test.php
-' 50 0 ~/www/settlement/api/test.php
-' 52 0 ~/www/settlement/api/test.php
-' 27 0 ~/www/settlement/api/index.php
-' 90 3 ~/www/settlement/api/index.php
-' 13 1 ~/www/settlement/buy-sell.html
-' 1 0 ~/www/settlement/buy-sell.html
-' 14 127 ~/www/settlement/index.html
-' 13 127 ~/www/settlement/index.html
-' 277 9 ~/www/settlement/index.html
-' 290 6 ~/www/settlement/index.html
-' 191 8 ~/www/settlement/api/index.php
-' 161 8 ~/www/settlement/api/index.php
-' 178 8 ~/www/settlement/api/index.php
-' 213 0 ~/www/settlement/api/index.php
-' 204 8 ~/www/settlement/api/index.php
-' 160 4 ~/www/settlement/api/index.php
-' 4 423 ~/www/settlement/imgbed/js/jquery.imageuploader.js -' 4 423 ~/www/settlement/imgbed/js/jquery.imageuploader.js
-' 9 452 ~/www/settlement/imgbed/js/jquery.imageuploader.js -' 9 452 ~/www/settlement/imgbed/js/jquery.imageuploader.js
-' 22 4 ~/www/settlement/imgbed/js/jquery.imageuploader.js -' 22 4 ~/www/settlement/imgbed/js/jquery.imageuploader.js
@ -154,7 +142,7 @@ $
-' 1 0 ~/www/settlement/api/getWeekData.php -' 1 0 ~/www/settlement/api/getWeekData.php
-' 37 43 ~/www/settlement/api/getWeekData.php -' 37 43 ~/www/settlement/api/getWeekData.php
-' 38 4 ~/www/settlement/api/getWeekData.php -' 38 4 ~/www/settlement/api/getWeekData.php
-' 19 68 ~/www/settlement/api/index.php -' 21 68 ~/www/settlement/api/index.php
-' 4 0 ~/www/settlement/api/index.php -' 4 0 ~/www/settlement/api/index.php
-' 73 93 ~/www/settlement/func/functions.php -' 73 93 ~/www/settlement/func/functions.php
-' 70 0 ~/www/settlement/func/functions.php -' 70 0 ~/www/settlement/func/functions.php
@ -193,15 +181,14 @@ $
-' 60 0 ~/www/settlement/func/functions.php -' 60 0 ~/www/settlement/func/functions.php
-' 61 42 ~/www/settlement/func/functions.php -' 61 42 ~/www/settlement/func/functions.php
-' 4 0 ~/www/settlement/func/functions.php -' 4 0 ~/www/settlement/func/functions.php
-' 122 12 ~/www/settlement/api/index.php -' 142 12 ~/www/settlement/api/index.php
-' 1 7 ~/www/settlement/imgbed/.gitignore -' 1 7 ~/www/settlement/imgbed/.gitignore
-' 327 0 ~/www/settlement/func/functions.php -' 327 0 ~/www/settlement/func/functions.php
-' 341 8 ~/www/settlement/func/functions.php -' 341 8 ~/www/settlement/func/functions.php
-' 2 0 /home/ushio/www/api/functions.php -' 2 0 /home/ushio/www/api/functions.php
-' 1 0 /home/ushio/www/api/functions.php -' 1 0 /home/ushio/www/api/functions.php
-' 5 68 ~/www/settlement/api/test.php
-' 1 0 ~/www/settlement/api/test.php -' 1 0 ~/www/settlement/api/test.php
-' 78 0 ~/www/settlement/api/index.php -' 80 0 ~/www/settlement/api/index.php
-' 30 58 ~/www/settlement/imgbed/upload.php -' 30 58 ~/www/settlement/imgbed/upload.php
-' 27 16 ~/www/settlement/imgbed/upload.php -' 27 16 ~/www/settlement/imgbed/upload.php
-' 1 0 ~/www/settlement/imgbed/upload -' 1 0 ~/www/settlement/imgbed/upload
@ -221,128 +208,207 @@ $
-' 118 0 ~/www/settlement/func/functions.php -' 118 0 ~/www/settlement/func/functions.php
-' 119 0 ~/www/settlement/func/functions.php -' 119 0 ~/www/settlement/func/functions.php
-' 121 0 ~/www/settlement/func/functions.php -' 121 0 ~/www/settlement/func/functions.php
-' 122 0 ~/www/settlement/func/functions.php
-' 151 66 ~/www/settlement/func/functions.php
-' 120 0 ~/www/settlement/func/functions.php
-' 86 0 ~/www/settlement/func/functions.php
-' 152 0 ~/www/settlement/func/functions.php
-' 157 0 ~/www/settlement/func/functions.php
-' 164 0 ~/www/settlement/func/functions.php
-' 179 0 ~/www/settlement/func/functions.php
-' 184 0 ~/www/settlement/func/functions.php
-' 189 0 ~/www/settlement/func/functions.php
-' 196 0 ~/www/settlement/func/functions.php
-' 199 0 ~/www/settlement/func/functions.php
-' 204 0 ~/www/settlement/func/functions.php
-' 207 0 ~/www/settlement/func/functions.php
-' 211 0 ~/www/settlement/func/functions.php
# History of marks within files (newest to oldest): # History of marks within files (newest to oldest):
> ~/www/settlement/api/test.php
" 36 134
^ 36 135
. 33 134
+ 3 57
+ 52 68
+ 5 0
+ 50 0
+ 50 7
+ 15 10
+ 16 3
+ 15 22
+ 16 17
+ 18 22
+ 41 10
+ 18 10
+ 41 30
+ 18 12
+ 20 15
+ 23 7
+ 21 0
+ 25 7
+ 27 4
+ 29 0
+ 34 0
+ 27 0
+ 28 5
+ 27 7
+ 29 8
+ 32 7
+ 39 0
+ 34 0
+ 24 0
+ 21 0
+ 38 3
+ 41 0
+ 52 0
+ 43 0
+ 44 83
+ 46 10
+ 50 0
+ 17 7
+ 18 7
+ 40 3
+ 26 18
+ 28 1
+ 30 1
+ 26 19
+ 28 21
+ 30 1
+ 28 1
+ 26 50
+ 28 106
+ 35 3
+ 35 0
+ 33 123
+ 8 31
+ 9 43
+ 10 31
+ 11 47
+ 26 157
+ 30 163
+ 33 134
> ~/www/settlement/api/index.php > ~/www/settlement/api/index.php
" 158 59 " 27 0
^ 158 60 ^ 90 4
. 158 59 . 90 39
+ 66 14 + 103 26
+ 54 21 + 104 1
+ 102 1 + 105 0
+ 109 1 + 103 0
+ 102 0 + 83 21
+ 109 0 + 82 62
+ 104 0 + 83 0
+ 116 20
+ 201 49
+ 116 0
+ 122 9
+ 129 13
+ 122 8
+ 123 9
+ 138 18
+ 122 9
+ 121 24
+ 122 8
+ 121 9
+ 122 36
+ 123 36
+ 129 12
+ 8 15
+ 86 15
+ 91 0
+ 92 0
+ 91 26
+ 92 1
+ 93 0
+ 91 0
+ 81 21
+ 80 62
+ 81 0
+ 5 0 + 5 0
+ 2 0 + 2 0
+ 3 37 + 3 37
+ 19 69 + 21 69
+ 26 142 + 28 142
+ 27 29 + 29 29
+ 28 30 + 30 30
+ 29 28 + 31 28
+ 30 29 + 32 29
+ 136 0 + 156 0
+ 140 0
+ 188 3
+ 141 104
+ 144 7
+ 142 40
+ 144 31
+ 148 9
+ 144 31
+ 148 385
+ 160 0
+ 148 389
+ 152 116
+ 156 26
+ 158 31
+ 159 21
+ 160 0 + 160 0
+ 161 0 + 212 3
+ 163 33 + 161 104
+ 164 68 + 164 7
+ 165 22 + 162 40
+ 169 218 + 164 31
+ 169 332 + 168 9
+ 173 140 + 164 31
+ 139 14 + 168 385
+ 173 152 + 182 0
+ 139 49 + 168 389
+ 140 10 + 172 116
+ 144 28 + 176 26
+ 145 8 + 178 31
+ 156 22 + 181 21
+ 148 383 + 182 0
+ 153 8 + 183 0
+ 166 8 + 185 33
+ 170 8 + 186 68
+ 173 159 + 187 22
+ 174 8 + 191 218
+ 178 8 + 191 332
+ 181 22 + 195 140
+ 182 10 + 159 14
+ 178 15 + 195 152
+ 174 15 + 159 49
+ 170 15 + 160 10
+ 166 15 + 164 28
+ 157 11 + 165 8
+ 153 15 + 176 22
+ 145 15 + 168 383
+ 149 15 + 173 8
+ 145 12 + 188 8
+ 161 12 + 192 8
+ 149 12 + 195 159
+ 153 12 + 196 8
+ 166 12 + 200 8
+ 170 12 + 203 22
+ 174 12 + 204 10
+ 178 12 + 200 15
+ 183 60 + 196 15
+ 158 59 + 192 15
+ 188 15
+ 177 11
+ 173 15
+ 165 15
+ 169 15
+ 165 12
+ 183 12
+ 169 12
+ 173 12
+ 188 12
+ 192 12
+ 196 12
+ 200 12
+ 205 60
+ 178 59
+ 16 48
+ 17 21
+ 112 17
+ 113 8
+ 117 13
+ 114 14
+ 115 27
+ 87 7
+ 84 14
+ 85 100
+ 115 105
+ 195 169
+ 195 42
+ 191 91
+ 168 90
+ 179 11
+ 206 12
+ 191 335
+ 195 153
+ 90 64
+ 91 1
+ 95 0
+ 92 44
+ 195 257
+ 195 152
+ 90 39
> ~/www/settlement/buy-sell.html
" 13 1
. 13 0
+ 13 0
> ~/www/settlement/index.html
" 14 127
^ 14 128
. 14 127
+ 6 9
+ 8 59
+ 9 77
+ 319 56
+ 320 51
+ 321 163
+ 322 164
+ 285 0
+ 284 58
+ 285 44
+ 287 12
+ 288 3
+ 288 15
+ 287 33
+ 286 37
+ 288 8
+ 289 15
+ 290 6
+ 13 78
+ 14 127
> ~/www/settlement/imgbed/upload.php > ~/www/settlement/imgbed/upload.php
" 30 3 " 30 3
@ -400,29 +466,6 @@ $
+ 72 86 + 72 86
+ 73 93 + 73 93
> ~/www/settlement/index.html
" 289 6
^ 289 7
. 289 6
+ 6 9
+ 8 59
+ 9 77
+ 318 56
+ 319 51
+ 320 163
+ 321 164
+ 284 0
+ 283 58
+ 284 44
+ 286 12
+ 287 3
+ 287 15
+ 286 33
+ 285 37
+ 287 8
+ 288 15
+ 289 6
> ~/www/settlement/api/getWeekData.php > ~/www/settlement/api/getWeekData.php
" 51 64 " 51 64
^ 51 65 ^ 51 65
@ -553,13 +596,6 @@ $
> /home/ushio/www/api/functions.php > /home/ushio/www/api/functions.php
" 2 0 " 2 0
> ~/www/settlement/api/test.php
" 5 68
^ 5 69
. 5 68
+ 3 57
+ 5 68
> ~/www/settlement/imgbed/js/main.js > ~/www/settlement/imgbed/js/main.js
" 52 44 " 52 44
^ 52 45 ^ 52 45
@ -641,10 +677,3 @@ $
> ~/www/settlement/imgbed/uploadp > ~/www/settlement/imgbed/uploadp
" 1 0 " 1 0
^ 1 0 ^ 1 0
> ~/www/settlement/log.db.key.php
" 3 26
^ 6 28
. 6 24
+ 4 22
+ 6 24

@ -13,6 +13,8 @@ if(isset($_REQUEST['usr']))$usr = $_REQUEST['usr'];
if(isset($_REQUEST['val'])) $val = $_REQUEST['val']; if(isset($_REQUEST['val'])) $val = $_REQUEST['val'];
if(isset($_REQUEST['img'])) $img = $_REQUEST['img']; if(isset($_REQUEST['img'])) $img = $_REQUEST['img'];
if(isset($_REQUEST['id'])) $id = $_REQUEST['id']; if(isset($_REQUEST['id'])) $id = $_REQUEST['id'];
if(isset($_REQUEST['isEmail'])) $isEmail = true;
else $isEmail = false;
/* cnt to db */ /* cnt to db */
$conn = db__connect(); $conn = db__connect();
@ -79,6 +81,16 @@ if($type == "confirm")
$current_item = db__getData($conn, "current", 'id', $id)[0]; $current_item = db__getData($conn, "current", 'id', $id)[0];
if($current_item['status'] == 1){ if($current_item['status'] == 1){
echo '
<script>alert("Already Confirmed!!");window.location.href="https://settlement.yimian.xyz/"</script>
';
die();
}
if($isEmail && substr(md5($id), 5, 8) != $_REQUEST['key']){
echo '
<script>alert("Unauthorized Visit!!");window.location.href="https://settlement.yimian.xyz/"</script>
';
die(); die();
} }
@ -96,6 +108,14 @@ if($type == "confirm")
), array( ), array(
"id" => $id "id" => $id
)); ));
if($isEmail){
echo '
<script>alert("Confirmed successfully!!");window.location.href="https://settlement.yimian.xyz/"</script>
';
die();
}
} }
@ -145,7 +165,7 @@ function setCurrent($tmpItem, $usr_to, $usr_from){
<br> <br>
<br> <br>
'. '.
'You may need to pay £'.$GLOBALS['g_threshold'].' to '.$usr_to. ' as the public payment is not so balanced now. After the payment, please do ask '.$usr_to.' to CONFIRM your payment in his/her email or on the ERP online platform. More details can be accessed from the ERP online platform, which is <a href="https://settlement.yimian.xyz/">https://settlement.yimian.xyz/</a> . 'You may need to pay £'.$GLOBALS['g_threshold'].' to <strong>'.$usr_to. '</strong> as the public payment is not so balanced now. After the payment, please do ask '.$usr_to.' to CONFIRM your payment in his/her email or on the ERP online platform. More details can be accessed from the ERP online platform, which is <a href="https://settlement.yimian.xyz/">https://settlement.yimian.xyz/</a> .
<br> <br>
<br> <br>
'. '.
@ -155,7 +175,9 @@ function setCurrent($tmpItem, $usr_to, $usr_from){
'. '.
'Best Regards, 'Best Regards,
<br>'. <br>'.
'Yimian LIU (@<a href="https://iotcat.me">iotcat</a>)', 'Yimian LIU (@<a href="https://iotcat.me">iotcat</a>)
<br>
',
'ERP - CP Home' 'ERP - CP Home'
); );
sleep(1); sleep(1);
@ -166,11 +188,11 @@ function setCurrent($tmpItem, $usr_to, $usr_from){
<br> <br>
<br> <br>
'. '.
'You will reveive £'.$GLOBALS['g_threshold'].' from '.$usr_from. ' who will help you to undertake some money of the public payment. Thank you for your Great Contribution to our life. After you receive the money, please do remember to come back to this email or go to the online ERP platform to CONFIRM your firend"s payment. More details can be accessed from the ERP online platform, which is <a href="https://settlement.yimian.xyz/">https://settlement.yimian.xyz/</a> . 'You will reveive £'.$GLOBALS['g_threshold'].' from <strong>'.$usr_from. '</strong> who will help you to undertake some money of the public payment. Thank you for your Great Contribution to our life. After you receive the money, please do remember to come back to this email or go to the online ERP platform to CONFIRM your friend"s payment. More details can be accessed from the ERP online platform, which is <a href="https://settlement.yimian.xyz/">https://settlement.yimian.xyz/</a> .
<br> <br>
<br> <br>
'. '.
'Your CONFIRM LINK: <a href="https://settlement.yimian.xyz/api/?type=confirm&id='.$id.'">https://settlement.yimian.xyz/api/?type=confirm&id='.$id.'</a> 'Your <strong>CONFIRM LINK</strong>: <a href="https://settlement.yimian.xyz/api/?type=confirm&isEmail=true&id='.$id.'&key='.substr(md5($id), 5, 8).'">https://settlement.yimian.xyz/api/?type=confirm&isEmail=true&id='.$id.'&key='.substr(md5($id), 5, 8).'"</a>
<br> <br>
<br> <br>
'. '.
@ -180,7 +202,9 @@ function setCurrent($tmpItem, $usr_to, $usr_from){
'. '.
'Best Regards, 'Best Regards,
<br>'. <br>'.
'Yimian LIU (@<a href="https://iotcat.me/">iotcat</a>)', 'Yimian LIU (@<a href="https://iotcat.me/">iotcat</a>)
<br>
',
'ERP - CP Home' 'ERP - CP Home'
); );

@ -2,4 +2,50 @@
include '/home/yimian/www/settlement/func/functions.php'; include '/home/yimian/www/settlement/func/functions.php';
yimian__mail('i@yimian.xyz', 'Hi~', 'Test from Yimian LIU', 'ERP TEST'); $usrArray = ['liu', 'yang', 'li', 'jia', 'zheng'];
$usrMail = Array(
"liu" => "i@yimian.xyz",
"yang" => "boyao1999@163.com",
"li" => "x.li203@student.liverpool.ac.uk",
"jia" => "mingranjia@163.com",
"zheng" => "hao.zheng17@student.xjtlu.edu.cn"
);
foreach($usrArray as $i){
$s = 'Dear ';
$s .= $i;
$s .= ",
<br>
<br>
Congratulations!! If you receive this email, it means that the Email System Test was passed, which is the final testing process of our ERP system. This may indicate that, after three days of exceiting coding, testing and debuging, the ERP system of our CP accomodation is now ready to be online and serve you all.
<br>
<br>
It has been fully tested that the basic functions of the system are working normally. However, there still some issues known and unknown that needed to be noticed:
<br>
&nbsp;&nbsp;&nbsp; 1. The <strong>invoice</strong> upload process are very slowly, due to the cheap price of the server. Please be Patient when you upload an invoice.
<br>
&nbsp;&nbsp;&nbsp; 2. Please add this email address (admin@iotcat.xyz) to the <strong>White List </strong>of your email account, in case that you miss any important emails from us.
<br>
&nbsp;&nbsp;&nbsp; 3. For ios user, it has been reported that there is a problem that everytime you open the online platform you need to relogin. I am now studying this issue and will try to solve this in the next few days.
<br>
<br>
Hopefully, this ERP system will be put into practice <strong>Today Evening</strong> after inputing all the history invoice data into it.
<br>
<br>
It is my great honor to develop this system, with the aiming of facilitating our life. This project is now open-source on Github with a MIT License which allow others to use it for business and non-business purpose. If you have any questions or suggestions, please just feel free to let me know. Let's work together to perfect the system as well as our life..
<br>
<br>
Sincerely Yours,
<br>
Yimian Liu (@iotcat)";
yimian__mail($usrMail[$i], 'Greeting from ERP - CP Home', $s, 'ERP - CP Home');
sleep(1);
}

@ -10,7 +10,7 @@
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet">
<!-- Fontawesome font file css --> <!-- Fontawesome font file css -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css">
<!-- Animate css file for css3 animations. for more : https://daneden.github.io/animate.css --> <!-- Animate css file for css3 animations. for more : https://daneden.github.io/animate.css -->
<!-- Only use animate action. If you dont use animation, you don't have to add.--> <!-- Only use animate action. If you dont use animation, you don't have to add.-->
@ -351,4 +351,4 @@ notice();
</body> </body>
</html> </html>

@ -10,7 +10,8 @@
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet">
<!-- Fontawesome font file css --> <!-- Fontawesome font file css -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"> <!--<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css">
<!-- Animate css file for css3 animations. for more : https://daneden.github.io/animate.css --> <!-- Animate css file for css3 animations. for more : https://daneden.github.io/animate.css -->
<!-- Only use animate action. If you dont use animation, you don't have to add.--> <!-- Only use animate action. If you dont use animation, you don't have to add.-->

Loading…
Cancel
Save