Skip to content

Commit eb7280b

Browse files
committed
1.0.12
1 parent 9650925 commit eb7280b

File tree

7 files changed

+17
-13
lines changed

7 files changed

+17
-13
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Changelog
22

3+
**1.0.12**
4+
5+
* Content updates: Replace forCrowd Foundation with forCrowd
6+
37
**1.0.11**
48

59
* Content updates

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 forCrowd Foundation
3+
Copyright (c) 2024 forCrowd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# forCrowd Website
22

3-
forCrowd Foundation Website
3+
forCrowd Website
44

55
---
66

Web/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("forCrowd Website")]
9-
[assembly: AssemblyDescription("forCrowd Foundation Website")]
9+
[assembly: AssemblyDescription("forCrowd Website")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("forCrowd Foundation")]
11+
[assembly: AssemblyCompany("forCrowd")]
1212
[assembly: AssemblyProduct("forCrowd Website")]
1313
[assembly: AssemblyCopyright("")]
1414
[assembly: AssemblyTrademark("")]
11.3 KB
Loading

Web/assets/img/logo/Logo_236x50.jpg

-1.08 KB
Loading

Web/default.aspx

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
55
<!--<![endif]-->
66
<head runat="server">
7-
<title>forCrowd Foundation</title>
7+
<title>forCrowd</title>
88
<!-- Meta -->
99
<meta charset="utf-8" />
1010
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12-
<meta name="author" content="forCrowd Foundation" />
13-
<meta name="description" content="forCrowd Foundation Website" />
12+
<meta name="author" content="forCrowd" />
13+
<meta name="description" content="forCrowd Website" />
1414
<!-- Favicon -->
1515
<link rel="shortcut icon" href="favicon.ico" />
1616
<!-- Web Fonts -->
@@ -53,7 +53,7 @@
5353
<span class="icon-bar"></span>
5454
</button>
5555
<a class="navbar-brand" href="#body">
56-
<img class="img-responsive" src="assets/img/logo/Logo_236x50.jpg" alt="logo" />
56+
<img class="img-responsive" src="assets/img/logo/Logo_236x50.jpg?v=240104" alt="logo" />
5757
</a>
5858
</div>
5959
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -93,7 +93,7 @@
9393
<div class="row">
9494
<div class="col-sm-8 col-sm-offset-2 text-center">
9595
<div class="promo-block__item page-scroll">
96-
<h2 class="promo-block__item-text g-mb-20">forCrowd Foundation</h2>
96+
<h2 class="promo-block__item-text g-mb-20">forCrowd</h2>
9797
<p class="promo-block__item-text1 g-mb-50">Experimental Open Source Projects</p>
9898
<%--<p class="promo-block__item-text1 g-mb-50">Open Source. Nonprofit. Crowd. Solutions.</p>--%>
9999
<%--<a href="#about" class="btn-u btn-brd btn-brd-hover btn-u-light">LEARN MORE</a>--%>
@@ -130,7 +130,7 @@
130130
131131
<hr class="devider devider-dashed" />
132132
133-
<p>forCrowd Foundation is a <strong>for-benefit</strong> software organization.</p>
133+
<p>forCrowd is a <strong>for-benefit</strong> software organization.</p>
134134
<p>
135135
We aim to provide the most benefit to society by, focusing social issues, sharing our knowledge,
136136
removing the profit from the equation and being transparent.
@@ -390,13 +390,13 @@
390390
<ul class="list-unstyled address">
391391
<li>email: <strong><a href="mailto:[email protected]" target="_blank">[email protected]</a></strong></li>
392392
<li>made in: <strong>Amsterdam / Netherlands</strong></li>
393-
<li>kvk: <strong>63164647</strong></li>
393+
<!-- <li>kvk: <strong>63164647</strong></li> -->
394394
</ul>
395395
<ul class="g-social-icons-v2 g-mb-30">
396-
<li><a href="https://twitter.com/forCrowd" target="_blank"><i class="fa fa-twitter"></i></a></li>
396+
<li><a href="https://www.linkedin.com/company/forcrowd" target="_blank"><i class="fa fa-linkedin"></i></a></li>
397397
<li><a href="https://github.com/forCrowd" target="_blank"><i class="fa fa-github"></i></a></li>
398+
<li><a href="https://twitter.com/forCrowd" target="_blank"><i class="fa fa-twitter"></i></a></li>
398399
<li><a href="https://medium.com/@forCrowd" target="_blank"><i class="fa fa-medium"></i></a></li>
399-
<li><a href="https://www.linkedin.com/company/forcrowd" target="_blank"><i class="fa fa-linkedin"></i></a></li>
400400
</ul>
401401
</div>
402402
<!-- /Contacts -->

0 commit comments

Comments
 (0)