Skip to content

Commit

Permalink
Merge pull request #156 from srosengren/feature/152-new-style-guide-2022
Browse files Browse the repository at this point in the history
Improved #152: Swenug link and green fb preview
  • Loading branch information
ceciliasharp authored May 31, 2022
2 parents f99ac0b + 7aad7ea commit 36ee976
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,6 @@ else
}

@section meta {
<meta property="og:image" content="https://swetugg.se/content/gbg-2022/img/swetugg-rosa-kvadrat.png" />
<meta property="og:image" content="@Request.Url.GetLeftPart(UriPartial.Authority)/content/gbg-2022/img/swetugg-gron-kvadrat.png" />
<meta property="og:description" content="Swetugg is coming to Göteborg! Join for the first time on the west coast. September 19:th 2022" />
}
4 changes: 2 additions & 2 deletions src/Swetugg.Web/Areas/Gbg2022/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<div class="container">
<div class="row">
<div class="col-sm-8">
<a href="http://www.swenug.se/" target="blank"><img src="/Content/gbg-2022/img/swenug.png" /></a>
<a href="https://www.meetup.com/Swenug-Goteborg/" target="blank"><img src="/Content/gbg-2022/img/swenug.png" /></a>
</div>
<div class="col-sm-4">
<ul class="socialNetwork pull-right">
Expand All @@ -148,7 +148,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>

<!-- Google Maps - TODO: Get our own API key -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
@*<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>*@

<script src="/Content/gbg-2022/js/swetugg.js?v=1"></script>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/Swetugg.Web/Content/gbg-2022/img/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Swetugg.Web/Swetugg.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@
<Content Include="Content\gbg-2022\img\sponsors\wcom-thumb.png" />
<Content Include="Content\gbg-2022\img\sponsors\webstep-thumb.png" />
<Content Include="Content\gbg-2022\img\swenug.png" />
<Content Include="Content\gbg-2022\img\swetugg-gron-kvadrat-initialcase.png" />
<Content Include="Content\gbg-2022\img\swetugg-rosa-avlang-mini.png" />
<Content Include="Content\gbg-2022\img\swetugg-rosa-kvadrat.png" />
<Content Include="Content\gbg-2022\img\swetugg_flickr.jpg" />
Expand Down

0 comments on commit 36ee976

Please sign in to comment.