[
https://issues.apache.org/jira/browse/BEAM-11466?focusedWorklogId=546090&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-546090
]
ASF GitHub Bot logged work on BEAM-11466:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Feb/21 15:59
Start Date: 02/Feb/21 15:59
Worklog Time Spent: 10m
Work Description: Jakub-Sadowski commented on a change in pull request
#13596:
URL: https://github.com/apache/beam/pull/13596#discussion_r568719593
##########
File path: website/www/site/static/js/calendar.js
##########
@@ -0,0 +1,28 @@
+// Licensed under the Apache License, Version 2.0 (the 'License'); you may not
+// use this file except in compliance with the License. You may obtain a copy
of
+// the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an 'AS IS' BASIS, WITHOUT
+// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+// License for the specific language governing permissions and limitations
under
+// the License.
+
+$(document).ready(function() {
+ function setSize() {
+<<<<<<< HEAD
+ var height = $('.calendar-card-big-right').height();
+ var width = $('.calendar-card-big-right').width();
+ $('#calendar').height = height-100;
+ $('#calendar').width = width-100;
+=======
+ var height = $('.calendar-card-big-right').height();
+ var width = $('.calendar-card-big-right').width();
+ $('#calendar').height = height-100;
+ $('#calendar').width = width-100;
+>>>>>>> 39dcd8859211b7220d7717efd7afb0cb81f462a0
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 546090)
Time Spent: 4h (was: 3h 50m)
> [Website revamp] Development of the button bar on the Home Page
> ---------------------------------------------------------------
>
> Key: BEAM-11466
> URL: https://issues.apache.org/jira/browse/BEAM-11466
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: Agnieszka Sell
> Assignee: Jakub Sadowski
> Priority: P2
> Labels: website-revamp-2020, website-revamp-sprint-10
> Time Spent: 4h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)